Removed black background from primary container
Deploy to Unraid Share / copy-file (push) Successful in 11s

This commit is contained in:
Samira
2026-04-22 14:58:33 +02:00
parent 5873176f91
commit 77536acf47
+4
View File
@@ -41,6 +41,10 @@
background-color: rgba(0, 0, 0, 0.86); background-color: rgba(0, 0, 0, 0.86);
} }
.detailPagePrimaryContainer {
background-color: transparent;
}
/* Logo */ /* Logo */
.layout-desktop .libraryPage.itemDetailPage::before { .layout-desktop .libraryPage.itemDetailPage::before {
height: calc(30vw - var(--logo-height)); height: calc(30vw - var(--logo-height));