Browse Source

fixed toolbar button layout error

林炳权 6 năm trước cách đây
mục cha
commit
e16b960f7b
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  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 {