Fix adminDrawerLogo
This commit is contained in:
@@ -70,7 +70,7 @@ progress[aria-valuenow]:before {
|
||||
}
|
||||
|
||||
.adminDrawerLogo img {
|
||||
height: 2.2em
|
||||
height: 4em
|
||||
}
|
||||
|
||||
div[data-role=controlgroup] a[data-role=button] {
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user