New: More consistent dialog paddings and corner radius
This commit is contained in:
parent
f1d2f14a30
commit
03e56ef2a6
1 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue