OID update, fix sidebar icon rendering

This commit is contained in:
Deon George
2020-09-19 20:21:02 +10:00
parent 902330e734
commit b043e3bc93
3 changed files with 15 additions and 5 deletions

View File

@@ -80,10 +80,17 @@ ul.fancytree-container {
.app-sidebar #treeicon, .closed-sidebar:hover .app-sidebar:hover #treeicon, .sidebar-mobile-open #treeicon {
display: none;
}
.closed-sidebar .app-sidebar #treeicon {
.closed-sidebar .app-sidebar #treeicon :not(.sidebar-mobile-open) {
display: initial;
position: relative;
}
/** Server icons **/
.closed-sidebar .server-icon {
display: none;
}
.closed-sidebar .app-sidebar:hover .server-icon, .sidebar-mobile-open .server-icon {
display: flex;
}
/** Fix position of tree expander and checkbox */
span.fancytree-checkbox, span.fancytree-custom-icon, span.fancytree-expander, span.fancytree-icon {
margin-top: 4px;