mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Fixes for some changes in 10.8
This commit is contained in:
4
base.css
4
base.css
@@ -27,8 +27,8 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
||||
|
||||
/*Stop covers from being scrolled*/
|
||||
.detailImageContainer .card {
|
||||
position: fixed;
|
||||
}
|
||||
position: fixed !important;
|
||||
}
|
||||
/*Top "task bar" enlarge text*/
|
||||
.headerTabs.sectionTabs {
|
||||
text-size-adjust: 110%;
|
||||
|
||||
@@ -11,8 +11,9 @@
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
.detailImageContainer .card.backdropCard {
|
||||
top: 40vh;
|
||||
|
||||
.layout-desktop .detailImageContainer .card {
|
||||
top: 18vh;
|
||||
}
|
||||
|
||||
#itemDetailPage .detailLogo {
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
.detailImageContainer .card.backdropCard {
|
||||
top: 40vh;
|
||||
.layout-desktop .detailImageContainer .card {
|
||||
top: 18vh;
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
.layout-desktop .detailRibbon {
|
||||
margin-top: 13vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user