Fix: Removed margin that was causing clipping/overflow of content menus sometimes
This commit is contained in:
parent
613edec9ce
commit
61fa0ba704
1 changed files with 0 additions and 8 deletions
|
|
@ -556,10 +556,6 @@ html {
|
|||
max-width: 15vw;
|
||||
}
|
||||
|
||||
.layout-mobile .dialogContainer>.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened {
|
||||
margin: -.4em -.8em !important;
|
||||
}
|
||||
|
||||
.layout-mobile [dir=ltr] .infoWrapper {
|
||||
padding-left: 25% !important;
|
||||
}
|
||||
|
|
@ -832,10 +828,6 @@ progress+span {
|
|||
width: unset;
|
||||
}
|
||||
|
||||
.dialogContainer:not(:has(.dialog-fullscreen, .dialog-fullscreen-lowres)) {
|
||||
margin: .33em;
|
||||
}
|
||||
|
||||
.dialog {
|
||||
backdrop-filter: blur(5px);
|
||||
background-color: var(--drawerColor);
|
||||
|
|
|
|||
Loading…
Reference in a new issue