]> cat aescling's git repositories - mastodon.git/commitdiff
Fix margin between compose warning, reply indicator and textarea (#7701)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 1 Jun 2018 17:19:30 +0000 (19:19 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 17:19:30 +0000 (19:19 +0200)
app/javascript/styles/mastodon/components.scss

index 39eaf506199cb2dce1857d8d9bb6749d5349bef1..939178b50e9dd1547164e3b6d654bac1f46043ef 100644 (file)
 
   .compose-form__warning {
     color: $inverted-text-color;
-    margin-bottom: 15px;
+    margin-bottom: 10px;
     background: $ui-primary-color;
     box-shadow: 0 2px 6px rgba($base-shadow-color, 0.3);
     padding: 8px 10px;
 
 .reply-indicator {
   border-radius: 4px;
-  position: relative;
-  bottom: 10px;
+  margin-bottom: 10px;
   background: $ui-primary-color;
   padding: 10px;
 }