diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 186399e..48921a4 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1290,9 +1290,14 @@ progress+span { @supports(display:revert) { .itemDetailsGroup { outline: var(--defaultBorder); - outline-offset: calc(-1*var(--borderWidth)); + 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,