Title page fixes
Fix cover art alignment and top bar size
This commit is contained in:
3
base.css
3
base.css
@@ -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 {
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/*Alternate itempage*/
|
||||
.detailImageContainer .card {
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
|
||||
.itemBackdrop {
|
||||
height: 31vh !important;
|
||||
display: inherit;
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/*Alternate itempage*/
|
||||
.detailImageContainer .card {
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
|
||||
.itemBackdrop {
|
||||
height: 31vh !important;
|
||||
display: inherit;
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/*Tweak series/movie/album title screen*/
|
||||
.detailImageContainer .card {
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
|
||||
.detailSectionContent {
|
||||
max-width: 66em;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/*Tweak series/movie/album title screen*/
|
||||
.detailImageContainer .card {
|
||||
position: fixed !important;
|
||||
top: 20% !important;
|
||||
}
|
||||
|
||||
.detailSectionContent {
|
||||
max-width: 66em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user