diff options
author | Masoud Abkenar <ampbox@gmail.com> | 2018-09-24 16:30:02 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-09-24 16:30:02 +0200 |
commit | 9f6662fcc979d497b09fbd9b3ab06dd7538b92c9 (patch) | |
tree | 95444d1369c2a9548753be40dcd79dbbcaaf60cf /app | |
parent | 86f138ed169e41142862e86c3e3d48a0d48f9c0e (diff) |
RTL: fix statubar action buttons/counter margins (#8767)
* RTL: fix statubar action buttons/counter margins * remove trailing whitespaces
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/rtl.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/rtl.scss b/app/javascript/styles/mastodon/rtl.scss index ca0022765..55be2d887 100644 --- a/app/javascript/styles/mastodon/rtl.scss +++ b/app/javascript/styles/mastodon/rtl.scss @@ -145,6 +145,19 @@ body.rtl { margin-right: 6px; } + .status__action-bar { + + &__counter { + margin-right: 0; + margin-left: 11px; + + .status__action-bar-button { + margin-right: 0; + margin-left: 4px; + } + } + } + .status__action-bar-button { float: right; margin-right: 0; |