mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
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 {
|
.layout-mobile .adminDrawerLogo {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
.layout-mobile .itemBackdrop {
|
||||||
|
margin-top: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
/*Stop covers from being scrolled on desktop*/
|
/*Stop covers from being scrolled on desktop*/
|
||||||
.layout-desktop .detailImageContainer .card {
|
.layout-desktop .detailImageContainer .card {
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
/*Alternate itempage*/
|
/*Alternate itempage*/
|
||||||
.detailImageContainer .card {
|
|
||||||
position: fixed !important;
|
|
||||||
top: 20% !important;
|
|
||||||
}
|
|
||||||
.itemBackdrop {
|
.itemBackdrop {
|
||||||
height: 31vh !important;
|
height: 31vh !important;
|
||||||
display: inherit;
|
display: inherit;
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
/*Alternate itempage*/
|
/*Alternate itempage*/
|
||||||
.detailImageContainer .card {
|
|
||||||
position: fixed !important;
|
|
||||||
top: 20% !important;
|
|
||||||
}
|
|
||||||
.itemBackdrop {
|
.itemBackdrop {
|
||||||
height: 31vh !important;
|
height: 31vh !important;
|
||||||
display: inherit;
|
display: inherit;
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
/*Tweak series/movie/album title screen*/
|
/*Tweak series/movie/album title screen*/
|
||||||
.detailImageContainer .card {
|
|
||||||
position: fixed !important;
|
|
||||||
top: 20% !important;
|
|
||||||
}
|
|
||||||
.detailSectionContent {
|
.detailSectionContent {
|
||||||
max-width: 66em;
|
max-width: 66em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
/*Tweak series/movie/album title screen*/
|
/*Tweak series/movie/album title screen*/
|
||||||
.detailImageContainer .card {
|
|
||||||
position: fixed !important;
|
|
||||||
top: 20% !important;
|
|
||||||
}
|
|
||||||
.detailSectionContent {
|
.detailSectionContent {
|
||||||
max-width: 66em;
|
max-width: 66em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user