浏览代码

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

trethaller 6 年之前
父节点
当前提交
1a557a8a93
共有 2 个文件被更改,包括 7 次插入0 次删除
  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 {