Use UI modals for dialogs

This commit is contained in:
Mikei386
2026-07-04 10:34:19 +02:00
parent f6b81afba3
commit f1ee45ad18
6 changed files with 140 additions and 8 deletions
+18
View File
@@ -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);