Explorar el Código

Merge pull request #15135 from linbingquan/dev

Editor: Fixed toolbar button layout error
Mr.doob hace 7 años
padre
commit
0db40fa9d3
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  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 {
 	#toolbar button {
 		margin-right: 6px;
 		margin-right: 6px;
+		line-height: 14px;
+		height: 24px;
 	}
 	}
 
 
 .Outliner {
 .Outliner {

+ 2 - 0
editor/css/light.css

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

粤ICP备19079148号