mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: More consistent dialog paddings and corner radius
This commit is contained in:
@@ -428,17 +428,20 @@ html {
|
||||
|
||||
|
||||
.dialogContainer {
|
||||
/* backdrop-filter: blur(5px);
|
||||
background-color: rgb(0 0 0 / 60%); */
|
||||
margin: .33em;
|
||||
}
|
||||
|
||||
.dialog {
|
||||
backdrop-filter: blur(5px);
|
||||
background-color: var(--drawerColor);
|
||||
border-radius: .75em !important;
|
||||
border-radius: 1em !important;
|
||||
border: solid var(--borderColor) 1px;
|
||||
}
|
||||
|
||||
.dialogBackdropOpened {
|
||||
opacity: .66;
|
||||
}
|
||||
|
||||
.collapseContent {
|
||||
background-color: unset !important;
|
||||
backdrop-filter: unset !important;
|
||||
|
Reference in New Issue
Block a user