瀏覽代碼

RTL: fix statubar action buttons/counter margins (#8767)

* RTL: fix statubar action buttons/counter margins

* remove trailing whitespaces
master
Masoud Abkenar 5 年之前
committed by Eugen Rochko
父節點
當前提交
9f6662fcc9
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. +13
    -0
      app/javascript/styles/mastodon/rtl.scss

+ 13
- 0
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;


Loading…
取消
儲存