Fix some SCSS for RTL behavior

This commit is contained in:
Thibaut Girka
2019-07-17 17:55:09 +02:00
committed by ThibG
parent 4199f7fd87
commit 964c78c118
3 changed files with 14 additions and 13 deletions

View File

@@ -28,6 +28,10 @@ body.rtl {
margin-left: 4px;
}
.composer--publisher {
text-align: left;
}
.navigation-bar__profile {
margin-left: 0;
margin-right: 8px;
@@ -136,6 +140,7 @@ body.rtl {
.status__relative-time,
.activity-stream .status.light .status__header .status__meta {
float: left;
text-align: left;
}
.status__action-bar {