added dlna music folders
This commit is contained in:
parent
f1e3024f71
commit
9b205be038
9 changed files with 23 additions and 15 deletions
|
@ -350,6 +350,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
/* The sidebar isn't visible at this size, so there's no way to navigate within the editor */
|
||||
.editorViewMenu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.libraryDocument .dashboardMenuButton {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
/* Fixes button running outside of list */
|
||||
.btnRemoveFromEditorList .ui-btn-inner {
|
||||
padding-right: 0!important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
|
@ -266,7 +266,7 @@
|
|||
left: 0;
|
||||
width: 30%;
|
||||
overflow-y: scroll;
|
||||
overflow-x: auto!important;
|
||||
overflow-x: auto !important;
|
||||
display: block;
|
||||
border-right: 1px solid #555;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue