Selaa lähdekoodia

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

trethaller 6 vuotta sitten
vanhempi
commit
1a557a8a93
2 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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 {
   height: 100%;
 }
+.hide-scene-tree .jstree-container-ul {
+  max-width: 300px;
+}
 .hide-tileselect {
   display: inline-block;
   background-color: #111;

+ 4 - 0
bin/style.less

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