dev: workarounds to fix border overflow in item details table and miasalignment of music page context menu

This commit is contained in:
lscambo13
2025-06-07 12:44:52 -07:00
parent b71c43cd9b
commit 46ee2a6ee7

View File

@@ -1293,6 +1293,11 @@ progress+span {
outline-offset: calc(-1 * var(--borderWidth));
border: none;
}
/* this somehow fixes border overflow on mobile */
.layout-mobile .itemDetailsGroup {
outline-offset: calc(-1 * var(--borderWidthDouble));
}
}
.itemDetailsGroup>div:not(:last-child) {
@@ -1511,7 +1516,7 @@ progress+span {
}
.dialogContainer:has([data-id="editlyrics"]) {
top: -1.75em;
/* top: -1.75em; */
}
.subtitleEditor-dropZone,