mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix adminDrawerLogo
This commit is contained in:
parent
391851a200
commit
51a8569c15
4 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ progress[aria-valuenow]:before {
|
|||
}
|
||||
|
||||
.adminDrawerLogo img {
|
||||
height: 2.2em
|
||||
height: 4em
|
||||
}
|
||||
|
||||
div[data-role=controlgroup] a[data-role=button] {
|
||||
|
|
BIN
src/img/logo.png
Normal file
BIN
src/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
|
@ -443,8 +443,8 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
function createDashboardMenu(apiClient) {
|
||||
return getToolsMenuHtml(apiClient).then(function (toolsMenuHtml) {
|
||||
var html = "";
|
||||
html += '<a class="adminDrawerLogo clearLink" is="emby-linkbutton" href="home.html" style="text-align:left;">';
|
||||
html += '<img src="img/logoblack.png" />';
|
||||
html += '<a class="adminDrawerLogo clearLink" is="emby-linkbutton" href="home.html">';
|
||||
html += '<img src="img/logo.png" />';
|
||||
html += "</a>";
|
||||
html += toolsMenuHtml;
|
||||
navDrawerScrollContainer.innerHTML = html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue