Fix: Removed border ffrom more fullscreen dialogs

This commit is contained in:
lscambo13
2025-01-22 09:34:56 -08:00
parent 509539aac1
commit cfa1066977

View File

@@ -871,7 +871,7 @@ progress+span {
min-width: 11em; min-width: 11em;
} }
.dialog:not(.dialog-fullscreen, .dialog-fullscreen-lowres) { .dialog:not(.dialog-fullscreen, .dialog-fullscreen-lowres, .dialog-fixedSize) {
border-radius: var(--largeRadius) !important; border-radius: var(--largeRadius) !important;
border: var(--defaultBorder); border: var(--defaultBorder);
} }