about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/composer.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-07-27 19:57:24 +0200
committerThibG <thib@sitedethib.com>2018-07-28 23:25:42 +0200
commit28a59e4e803eade3caf2804e58d34eeab23882c2 (patch)
treea613145083055b0a390030d34464cf93967294d0 /app/javascript/flavours/glitch/styles/components/composer.scss
parent358e3a4c3269b9da333a88d7ff886faf685277b4 (diff)
Move CW field just above main textarea
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/composer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss
index 0d46297a7..77ba34672 100644
--- a/app/javascript/flavours/glitch/styles/components/composer.scss
+++ b/app/javascript/flavours/glitch/styles/components/composer.scss
@@ -58,8 +58,8 @@
 }
 
 .composer--reply {
-  margin: 0 0 -2px;
-  border-radius: 4px 4px 0 0;
+  margin: 0 0 10px;
+  border-radius: 4px;
   padding: 10px;
   background: $ui-primary-color;