mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed excess padding on check icons in context menus
Fix: Adjusted min-width even more
This commit is contained in:
@@ -623,13 +623,17 @@ html {
|
||||
background-color: var(--drawerColor);
|
||||
border-radius: var(--largeRadius) !important;
|
||||
border: solid var(--borderColor) var(--borderWidth);
|
||||
min-width: 12em;
|
||||
min-width: 11em;
|
||||
}
|
||||
|
||||
.dialogBackdropOpened {
|
||||
opacity: .66;
|
||||
}
|
||||
|
||||
[dir=ltr] .actionsheetMenuItemIcon.check {
|
||||
margin: 0 .45em 0 .45em !important;
|
||||
}
|
||||
|
||||
.subtitleEditor-dropZone,
|
||||
.imageEditor-dropZone {
|
||||
border-radius: var(--largeRadius);
|
||||
|
Reference in New Issue
Block a user