mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed margin that was causing clipping/overflow of content menus sometimes
This commit is contained in:
@@ -556,10 +556,6 @@ html {
|
|||||||
max-width: 15vw;
|
max-width: 15vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .dialogContainer>.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened {
|
|
||||||
margin: -.4em -.8em !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-mobile [dir=ltr] .infoWrapper {
|
.layout-mobile [dir=ltr] .infoWrapper {
|
||||||
padding-left: 25% !important;
|
padding-left: 25% !important;
|
||||||
}
|
}
|
||||||
@@ -832,10 +828,6 @@ progress+span {
|
|||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogContainer:not(:has(.dialog-fullscreen, .dialog-fullscreen-lowres)) {
|
|
||||||
margin: .33em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
background-color: var(--drawerColor);
|
background-color: var(--drawerColor);
|
||||||
|
Reference in New Issue
Block a user