Browse Source

Updated search height to 48px same as header.

Yuin Chien 6 years ago
parent
commit
e9b9c912ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      files/main.css

+ 2 - 2
files/main.css

@@ -121,7 +121,7 @@ h1 a {
 
 	#panel #filter {
 		width: 100%;
-		height: 44px;
+		height: 48px;
 		padding: 0px 44px;
 		font-weight: 500;
 		font-size: 14px;
@@ -138,7 +138,7 @@ h1 a {
 	#panel #language {
     font-family: 'Roboto Mono', monospace;
 		position: absolute;
-    top: 7px;
+    top: 9px;
     right: 8px;
     border: 0px;
     font-size: 14px;