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