Browse Source

Merge pull request #19476 from Mugen87/dev50

Editor: Fix toolbar width.
Mr.doob 5 years ago
parent
commit
a62fc7f37b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      editor/css/main.css

+ 0 - 2
editor/css/main.css

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