소스 검색

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;


불러오는 중...
취소
저장