Use UI modals for dialogs
This commit is contained in:
@@ -624,6 +624,24 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.u-nav .ui-modal {
|
||||
width: min(460px, calc(100vw - 28px));
|
||||
}
|
||||
|
||||
.u-nav .ui-modal .modal-body p {
|
||||
margin: 0;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.u-nav .ui-modal footer {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.u-nav .ui-modal .danger-action {
|
||||
background: #c4382d;
|
||||
border-color: #c4382d;
|
||||
}
|
||||
|
||||
.u-nav .conflict-details {
|
||||
background: var(--surface-2);
|
||||
border: 1px solid var(--line);
|
||||
|
||||
Reference in New Issue
Block a user