aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/wwwroot/api-docs/swagger
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Server/wwwroot/api-docs/swagger')
-rw-r--r--Jellyfin.Server/wwwroot/api-docs/swagger/custom.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/Jellyfin.Server/wwwroot/api-docs/swagger/custom.css b/Jellyfin.Server/wwwroot/api-docs/swagger/custom.css
index acb59888e..c14ad6021 100644
--- a/Jellyfin.Server/wwwroot/api-docs/swagger/custom.css
+++ b/Jellyfin.Server/wwwroot/api-docs/swagger/custom.css
@@ -4,12 +4,14 @@
}
.topbar-wrapper .link:after {
- content: url(../banner-dark.svg);
+ content: '';
display: block;
- -moz-box-sizing: border-box;
+ background-image: url(../jellyfin.svg);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: contain;
box-sizing: border-box;
- max-width: 100%;
- max-height: 100%;
- width: 150px;
+ width: 220px;
+ height: 40px;
}
/* end logo */