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 {
|
.dialogContainer {
|
||||||
/* backdrop-filter: blur(5px);
|
margin: .33em;
|
||||||
background-color: rgb(0 0 0 / 60%); */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
background-color: var(--drawerColor);
|
background-color: var(--drawerColor);
|
||||||
border-radius: .75em !important;
|
border-radius: 1em !important;
|
||||||
border: solid var(--borderColor) 1px;
|
border: solid var(--borderColor) 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dialogBackdropOpened {
|
||||||
|
opacity: .66;
|
||||||
|
}
|
||||||
|
|
||||||
.collapseContent {
|
.collapseContent {
|
||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
backdrop-filter: unset !important;
|
backdrop-filter: unset !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue