Add files for web ui

This commit is contained in:
2026-07-08 12:44:58 -04:00
parent 7a9981b872
commit 90fb90d0be
2335 changed files with 2328 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
/* logo */
.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
visibility: collapse;
}
.topbar-wrapper .link:after {
content: '';
display: block;
background-image: url(../jellyfin.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
box-sizing: border-box;
width: 220px;
height: 40px;
}
/* end logo */