Fix: Removed excess padding on check icons in context menus

Fix: Adjusted min-width even more
This commit is contained in:
lscambo13
2024-12-28 08:30:00 -08:00
parent 005264f1a4
commit 130ad3a35b

View File

@@ -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);