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

fix failing scan

This commit is contained in:
Luke Pulverenti 2015-01-26 17:47:16 -05:00
parent 2bcfc0f0ba
commit 6cfbfd9959
3 changed files with 8 additions and 3 deletions

View file

@ -270,6 +270,11 @@
.editorViewMenu {
display: none;
}
/* They can use the left menu */
.dashboardEntryHeaderButton {
display: none;
}
}
.libraryDocument .dashboardMenuButton {

View file

@ -167,7 +167,7 @@
margin-left: 2em;
}
@media all and (min-width: 900px) {
@media all and (min-width: 800px) {
.viewMenuSearch {
display: inline-block;