浏览代码

Merge pull request #19476 from Mugen87/dev50

Editor: Fix toolbar width.
Mr.doob 5 年之前
父节点
当前提交
a62fc7f37b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      editor/css/main.css

+ 0 - 2
editor/css/main.css

@@ -424,7 +424,6 @@ select {
 #toolbar {
 #toolbar {
 	position: absolute;
 	position: absolute;
 	left: calc(50% - 290px); /* ( ( 100% - 300px ) / 2.0 ) - 140px */
 	left: calc(50% - 290px); /* ( ( 100% - 300px ) / 2.0 ) - 140px */
-	width: 280px;
 	bottom: 16px;
 	bottom: 16px;
 	height: 32px;
 	height: 32px;
 	background: #eee;
 	background: #eee;
@@ -540,7 +539,6 @@ select {
 
 
 	#toolbar {
 	#toolbar {
 		left: calc(50% - 140px);
 		left: calc(50% - 140px);
-		width: 280px;
 		top: 68px;
 		top: 68px;
 	}
 	}