This commit is contained in:
CTalvio
2025-10-23 22:59:30 +03:00
7 changed files with 60 additions and 10 deletions

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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 {

View File

@@ -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
View 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;
}
}

View File

@@ -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 {

View File

@@ -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 {