Title page fixes

Fix cover art alignment and top bar size
This commit is contained in:
Casper Talvio
2023-01-04 02:46:58 +02:00
parent d451f016c1
commit 4b1c41bb93
5 changed files with 7 additions and 16 deletions

View File

@@ -24,6 +24,9 @@ div[data-role="controlgroup"] a[data-role="button"] {
.layout-mobile .adminDrawerLogo {
border-bottom: none;
}
.layout-mobile .itemBackdrop {
margin-top: 4rem;
}
/*Stop covers from being scrolled on desktop*/
.layout-desktop .detailImageContainer .card {

View File

@@ -1,8 +1,5 @@
/*Alternate itempage*/
.detailImageContainer .card {
position: fixed !important;
top: 20% !important;
}
.itemBackdrop {
height: 31vh !important;
display: inherit;

View File

@@ -1,8 +1,5 @@
/*Alternate itempage*/
.detailImageContainer .card {
position: fixed !important;
top: 20% !important;
}
.itemBackdrop {
height: 31vh !important;
display: inherit;

View File

@@ -1,8 +1,5 @@
/*Tweak series/movie/album title screen*/
.detailImageContainer .card {
position: fixed !important;
top: 20% !important;
}
.detailSectionContent {
max-width: 66em;
}

View File

@@ -1,8 +1,5 @@
/*Tweak series/movie/album title screen*/
.detailImageContainer .card {
position: fixed !important;
top: 20% !important;
}
.detailSectionContent {
max-width: 66em;
}