浏览代码

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;


正在加载...
取消
保存