Преглед на файлове

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 {
 	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;
 	}