From 876e118e5d6c72978729c1752d95ca8ad232f18e Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sun, 18 Mar 2018 02:06:08 +0100
Subject: [PATCH] Minor UI improvements

---
 assets/sass/style.sass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index 615c5c5..066c4f8 100644
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -155,7 +155,7 @@ form.upload
     border: none
     width: 100%
     box-sizing: border-box
-    &:not(input):not(textarea):empty
+    &:not(.fake-input):empty
       display: none
       & + .image
         border-top-left-radius: 4px
@@ -178,7 +178,7 @@ form.upload
     box-sizing: border-box
     font-family: 'Lato', sans-serif
     resize: vertical
-    &:not(input):not(textarea):empty
+    &:not(.fake-input):empty
       display: none
 
 .fake-input[contenteditable]:empty:before
-- 
GitLab