Browse Source

Style: make sure visibility icons are always visible in scene tree

trethaller 6 years ago
parent
commit
1a557a8a93
2 changed files with 7 additions and 0 deletions
  1. 3 0
      bin/style.css
  2. 4 0
      bin/style.less

+ 3 - 0
bin/style.css

@@ -222,6 +222,9 @@ input[type=checkbox]:checked:after {
 .hide-scene-tree {
 .hide-scene-tree {
   height: 100%;
   height: 100%;
 }
 }
+.hide-scene-tree .jstree-container-ul {
+  max-width: 300px;
+}
 .hide-tileselect {
 .hide-tileselect {
   display: inline-block;
   display: inline-block;
   background-color: #111;
   background-color: #111;

+ 4 - 0
bin/style.less

@@ -235,6 +235,10 @@ input[type=checkbox] {
 
 
 .hide-scene-tree {
 .hide-scene-tree {
 	height: 100%;
 	height: 100%;
+
+	.jstree-container-ul {
+		max-width: 300px;
+	}
 }
 }
 
 
 .hide-tileselect {
 .hide-tileselect {