mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-05 04:35:03 -05:00
Update branding in Swagger page Original-merge: d1406302085148aea4d3b03dab78c4d49909c4fe Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
18 lines
391 B
CSS
18 lines
391 B
CSS
/* 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 */
|