mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-27 14:27:46 +00:00
Fix: Artist page top margin was too low
This commit is contained in:
@@ -1258,7 +1258,7 @@ html {
|
||||
}
|
||||
|
||||
#itemDetailPage:has(.detailImageContainer .cardPadder-square:not(.person)) .itemBackdrop {
|
||||
height: calc(100vh - 27vh - var(--secondaryItemPageNegativeSpace));
|
||||
height: calc(100vh - 20vh - var(--secondaryItemPageNegativeSpace));
|
||||
}
|
||||
|
||||
.detailLogo {
|
||||
|
||||
Reference in New Issue
Block a user