about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/forms.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-03-01 02:48:08 +0100
committerGitHub <noreply@github.com>2018-03-01 02:48:08 +0100
commit473a69ab18c17551c99dc0806aa948b7edaf7cb0 (patch)
treee0d21c8b42bc41577da5ae67324b6ac053495651 /app/javascript/styles/mastodon/forms.scss
parentfce8464077dfca64c3bc9a52b7bcde50c9ac555e (diff)
Fix margin on top action button, fix width of counters on frontpage (#6573)
Diffstat (limited to 'app/javascript/styles/mastodon/forms.scss')
-rw-r--r--app/javascript/styles/mastodon/forms.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/forms.scss b/app/javascript/styles/mastodon/forms.scss
index dec7d2284..2e38cda4e 100644
--- a/app/javascript/styles/mastodon/forms.scss
+++ b/app/javascript/styles/mastodon/forms.scss
@@ -278,6 +278,11 @@ code {
   .actions {
     margin-top: 30px;
     display: flex;
+
+    &.actions--top {
+      margin-top: 0;
+      margin-bottom: 30px;
+    }
   }
 
   button,