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:
parent
2bcfc0f0ba
commit
6cfbfd9959
3 changed files with 8 additions and 3 deletions
|
@ -270,6 +270,11 @@
|
|||
.editorViewMenu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* They can use the left menu */
|
||||
.dashboardEntryHeaderButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.libraryDocument .dashboardMenuButton {
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 900px) {
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.viewMenuSearch {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue