Browse Source

Hide upload form

Tobias Reich 9 years ago
parent
commit
aa75026067
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/styles/main.scss

+ 3 - 3
src/styles/main.scss

@@ -26,9 +26,7 @@ body {
 	-moz-osx-font-smoothing: grayscale;
 	font-smoothing: antialiased;
 
-	&.view {
-		background-color: #0f0f0f;
-	}
+	&.view { background-color: #0f0f0f; }
 }
 
 input {
@@ -42,6 +40,8 @@ input {
 	height: 100%;
 }
 
+#upload { display: none; }
+
 @import 'animations';
 @import 'content';
 @import 'contextmenu';