mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
mb logo split
This commit is contained in:
parent
42f4671f65
commit
88855e2956
7 changed files with 2002 additions and 1992 deletions
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
BIN
Html/css/images/mblogoicon.png
Normal file
BIN
Html/css/images/mblogoicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
Html/css/images/mblogotextblack.png
Normal file
BIN
Html/css/images/mblogotextblack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
Html/css/images/mblogotextwhite.png
Normal file
BIN
Html/css/images/mblogotextwhite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
|
@ -100,10 +100,15 @@ pre, textarea.pre {
|
|||
padding: 10px 0 10px 10px;
|
||||
}
|
||||
|
||||
.imgLogo {
|
||||
.imgLogoIcon {
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.imgLogoText {
|
||||
height: 45px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.ui-popup-container {
|
||||
z-index: 99999;
|
||||
|
@ -268,10 +273,15 @@ form, .readOnlyContent {
|
|||
|
||||
@media all and (min-width: 650px) {
|
||||
|
||||
.imgLogo {
|
||||
.imgLogoIcon {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.imgLogoText {
|
||||
height: 60px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-left: 30px;
|
||||
padding-top: 20px;
|
||||
|
|
|
@ -677,11 +677,11 @@ var Dashboard = {
|
|||
|
||||
if (page.hasClass('standalonePage')) {
|
||||
|
||||
headerHtml += '<img class="imgLogo" src="css/images/mblogoblackfull.png" />';
|
||||
headerHtml += '<img class="imgLogoIcon" src="css/images/mblogoicon.png" /><img class="imgLogoText" src="css/images/mblogotextblack.png" />';
|
||||
}
|
||||
else if (isLibraryPage) {
|
||||
|
||||
headerHtml += '<img class="imgLogo" src="css/images/mblogowhitefull.png" />';
|
||||
headerHtml += '<img class="imgLogoIcon" src="css/images/mblogoicon.png" /><img class="imgLogoText" src="css/images/mblogotextwhite.png" />';
|
||||
}
|
||||
headerHtml += '</a>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue