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);
|
background-color: var(--drawerColor);
|
||||||
border-radius: var(--largeRadius) !important;
|
border-radius: var(--largeRadius) !important;
|
||||||
border: solid var(--borderColor) var(--borderWidth);
|
border: solid var(--borderColor) var(--borderWidth);
|
||||||
min-width: 12em;
|
min-width: 11em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogBackdropOpened {
|
.dialogBackdropOpened {
|
||||||
opacity: .66;
|
opacity: .66;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir=ltr] .actionsheetMenuItemIcon.check {
|
||||||
|
margin: 0 .45em 0 .45em !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subtitleEditor-dropZone,
|
.subtitleEditor-dropZone,
|
||||||
.imageEditor-dropZone {
|
.imageEditor-dropZone {
|
||||||
border-radius: var(--largeRadius);
|
border-radius: var(--largeRadius);
|
||||||
|
Reference in New Issue
Block a user