Upload für erste instanz

This commit is contained in:
DedBash
2025-07-22 10:02:56 +02:00
commit 8c9f84a1d2
17 changed files with 1514 additions and 0 deletions

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