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

---
 assets/sass/style.sass | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index 3edfa5d..be7a4f5 100644
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -181,8 +181,6 @@ form.upload
     &:not(.fake-input):empty
       display: none
 
-.fake-input[contenteditable]
-  margin: 0
-  &:empty:before
-    opacity: 0.4
-    content: attr(placeholder)
\ No newline at end of file
+.fake-input[contenteditable]:empty:before
+  opacity: 0.4
+  content: attr(placeholder)
\ No newline at end of file
-- 
GitLab