mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: workarounds to fix border overflow in item details table and miasalignment of music page context menu
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user