mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Disabled border and margin on fullscreen dialogs
This commit is contained in:
@@ -832,16 +832,19 @@ progress+span {
|
|||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogContainer {
|
.dialogContainer:not(:has(.dialog-fullscreen, .dialog-fullscreen-lowres)) {
|
||||||
margin: .33em;
|
margin: .33em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
background-color: var(--drawerColor);
|
background-color: var(--drawerColor);
|
||||||
|
min-width: 11em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog:not(.dialog-fullscreen, .dialog-fullscreen-lowres) {
|
||||||
border-radius: var(--largeRadius) !important;
|
border-radius: var(--largeRadius) !important;
|
||||||
border: var(--defaultBorder);
|
border: var(--defaultBorder);
|
||||||
min-width: 11em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogBackdropOpened {
|
.dialogBackdropOpened {
|
||||||
|
Reference in New Issue
Block a user