From aa7502606765545d6b980ccc7560e58e5616aba5 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 31 Jan 2015 22:30:15 +0100 Subject: [PATCH] Hide upload form --- src/styles/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 953828d..dd5f33f 100755 --- a/src/styles/main.scss +++ b/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';