Selaa lähdekoodia

Docs: Clean up.

Mr.doob 5 vuotta sitten
vanhempi
commit
06bbffed48
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2 2
      docs/index.html
  2. 1 1
      files/main.css

+ 2 - 2
docs/index.html

@@ -30,7 +30,7 @@
 					<input placeholder="" type="text" id="filterInput" autocorrect="off" autocapitalize="off" spellcheck="false" />
 					<div id="exitSearchButton"></div>
 					<select id="language">
-						<option value="en">English</option>
+						<option value="en">english</option>
 						<option value="zh">中文</option>
 					</select>
 				</div>
@@ -309,7 +309,7 @@
 							if ( result !== '' ) {
 
 								pageName = pageName.replace( result, '<b>' + result + '</b>' );
-			
+
 							}
 
 						}

+ 1 - 1
files/main.css

@@ -237,7 +237,6 @@ h1 a {
 	#panel #filterInput {
 		flex: 1;
 		width: 100%;
-		padding: 0 36px;
 		font-size: 1rem;
 		font-weight: 500;
 		color: var(--text-color);
@@ -270,6 +269,7 @@ h1 a {
 		-moz-appearance: none;
 		appearance: none;
 		margin-right: 10px;
+		text-align-last: right;
 	}
 
 		#panel #language:focus {