浏览代码

fixed toolbar button layout error

林炳权 6 年之前
父节点
当前提交
e16b960f7b
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      editor/css/dark.css
  2. 2 0
      editor/css/light.css

+ 2 - 0
editor/css/dark.css

@@ -220,6 +220,8 @@ select {
 
 	#toolbar button {
 		margin-right: 6px;
+		line-height: 14px;
+		height: 24px;
 	}
 
 .Outliner {

+ 2 - 0
editor/css/light.css

@@ -213,6 +213,8 @@ select {
 
 	#toolbar button {
 		margin-right: 6px;
+		line-height: 14px;
+		height: 24px;
 	}
 
 .Outliner {