1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

continue jquery removal

This commit is contained in:
Luke Pulverenti 2016-06-22 00:39:47 -04:00
parent 75a40a8dbb
commit 31dc3c06e1
14 changed files with 352 additions and 375 deletions

View file

@ -219,7 +219,7 @@
}
.viewMenuBar, .libraryViewNav {
background-color: #282828;
background-color: #2a2a2a;
color: #fff;
}
@ -499,6 +499,10 @@ body:not(.dashboardDocument) .headerAppsButton {
bottom: 0;
left: 270px;
}
.dashboardDocument .adminDrawerLogo {
display: none;
}
}
.adminDrawer .sidebarLink {
@ -537,13 +541,9 @@ body:not(.dashboardDocument) .headerAppsButton {
display: block;
}
.dashboardDocument.mainDrawerOpen .adminDrawerLogo {
display: none;
}
.adminDrawerLogo img {
height: 30px;
}
.adminDrawerLogo img {
height: 30px;
}
@media all and (max-width: 640px) {