Fix: Artist page top margin was too low
This commit is contained in:
parent
296263c9d7
commit
76a5319c97
1 changed files with 1 additions and 1 deletions
|
|
@ -1258,7 +1258,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
#itemDetailPage:has(.detailImageContainer .cardPadder-square:not(.person)) .itemBackdrop {
|
#itemDetailPage:has(.detailImageContainer .cardPadder-square:not(.person)) .itemBackdrop {
|
||||||
height: calc(100vh - 27vh - var(--secondaryItemPageNegativeSpace));
|
height: calc(100vh - 20vh - var(--secondaryItemPageNegativeSpace));
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailLogo {
|
.detailLogo {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue