mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Merge branch 'main' of https://github.com/CTalvio/Ultrachromic
This commit is contained in:
@@ -34,7 +34,8 @@ progress::-moz-progress-bar {
|
||||
progress::-webkit-progress-value {
|
||||
background-color: rgba(var(--accent),0.75);
|
||||
}
|
||||
.taskProgressInner {
|
||||
.taskProgressInner,
|
||||
.sliderMarker.watched {
|
||||
background: rgba(var(--accent),0.75) !important;
|
||||
}
|
||||
|
||||
|
||||
6
base.css
6
base.css
@@ -230,3 +230,9 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
||||
.innerCardFooterClear {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/*Theme slider marker style*/
|
||||
.sliderMarker {
|
||||
width: 3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
padding: 0;
|
||||
}
|
||||
.secondary.listItem-overview.listItemBodyText {
|
||||
height: 61px;
|
||||
height: unset !important;
|
||||
margin: 0;
|
||||
}
|
||||
.listItemImageButton {
|
||||
@@ -15,20 +15,20 @@
|
||||
}
|
||||
@media all and (min-width: 100em){
|
||||
.listItemImage.listItemImage-large.itemAction.lazy {
|
||||
height: 110px;
|
||||
height: 160px !important;
|
||||
}
|
||||
.listItem-content {
|
||||
height: 115px;
|
||||
height: unset !important;
|
||||
}
|
||||
.secondary.listItem-overview.listItemBodyText {
|
||||
height: 4em;
|
||||
height: unset !important;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@media all and (max-width: 100em){
|
||||
.listItemImage.listItemImage-large.itemAction.lazy {height: 80px;}
|
||||
.listItem-content {height: 85px;}
|
||||
.secondary.listItem-overview.listItemBodyText {height: 2.5em; margin: 0;}
|
||||
.listItemImage.listItemImage-large.itemAction.lazy {height: 160px !important;}
|
||||
.listItem-content {height: unset !important;}
|
||||
.secondary.listItem-overview.listItemBodyText {height: unset !important; margin: 0;}
|
||||
}
|
||||
|
||||
.missingIndicator, .unairedIndicator {
|
||||
|
||||
10
fixes.css
10
fixes.css
@@ -42,7 +42,10 @@
|
||||
.detailImageContainer .card {
|
||||
width: 21vw !important ;
|
||||
}
|
||||
.detailPagePrimaryContainer {
|
||||
.detailRibbon {
|
||||
padding-left: 28.45vw !important;
|
||||
}
|
||||
.detailPagePrimaryContent {
|
||||
padding-left: 28.45vw !important;
|
||||
}
|
||||
.detailPageContent {
|
||||
@@ -53,7 +56,10 @@
|
||||
.detailImageContainer .card {
|
||||
width: 16vw !important;
|
||||
}
|
||||
.detailPagePrimaryContainer {
|
||||
.detailRibbon {
|
||||
padding-left: 23.45vw !important;
|
||||
}
|
||||
.detailPagePrimaryContent {
|
||||
padding-left: 23.45vw !important;
|
||||
}
|
||||
.detailPageContent {
|
||||
|
||||
35
fixes_new.css
Normal file
35
fixes_new.css
Normal file
@@ -0,0 +1,35 @@
|
||||
/*Accommodate ultrawide aspect ratios*/
|
||||
@media (min-aspect-ratio: 1.98/1) {
|
||||
.detailImageContainer .card {
|
||||
width: 21vw !important ;
|
||||
}
|
||||
.detailPagePrimaryContainer {
|
||||
padding-left: 0.00vw !important;
|
||||
}
|
||||
.detailRibbon {
|
||||
padding-left: 28.45vw !important;
|
||||
}
|
||||
.detailPagePrimaryContent {
|
||||
padding-left: 28.45vw !important;
|
||||
}
|
||||
.detailPageContent {
|
||||
padding-left: 28.45vw !important;
|
||||
}
|
||||
}
|
||||
@media (min-aspect-ratio: 2.7/1) {
|
||||
.detailImageContainer .card {
|
||||
width: 16vw !important;
|
||||
}
|
||||
.detailPagePrimaryContainer {
|
||||
padding-left: 0.00vw !important;
|
||||
}
|
||||
.detailRibbon {
|
||||
padding-left: 23.45vw !important;
|
||||
}
|
||||
.detailPagePrimaryContent {
|
||||
padding-left: 23.45vw !important;
|
||||
}
|
||||
.detailPageContent {
|
||||
padding-left: 23.45vw !important;
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
/*This file contains color and style changes for the dark theme type*/
|
||||
:root {--accent: 255, 255, 255;}
|
||||
:root {--selection: 120, 120, 120;}
|
||||
|
||||
.transcodingProgress > div, .itemProgressBarForeground {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*This file contains color and style changes for the dark theme type*/
|
||||
:root {--accent: 255, 255, 255;}
|
||||
:root {--selection: 120, 120, 120;}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
|
||||
Reference in New Issue
Block a user