This commit is contained in:
deads
2026-06-14 21:18:09 +02:00
parent 1073ef5389
commit 73b1867249
21 changed files with 1547 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#itemDetailPage .itemProgressBar,
#indexPage .itemProgressBar {
height: 2000em;
background: #0000;
}
.innerCardFooter.fullInnerCardFooter.innerCardFooterClear {
background: rgba(0,0,0,0);
right: 0;
left: 0;
top: 0;
bottom: 0;
margin: 0;
}
.itemProgressBarForeground {
background-color: rgba(var(--accent), 0.35);
}