[Glitch] RTL: fix cardbar margins and alignment

Port c73864c137 to glitch-soc
This commit is contained in:
Thibaut Girka 2018-10-22 18:39:37 +02:00
parent c9b19e05e2
commit 1bb23d0407
1 changed files with 6 additions and 0 deletions

View File

@ -357,4 +357,10 @@ body.rtl {
margin-right: 0;
}
}
.card__bar .display-name {
margin-left: 0;
margin-right: 15px;
text-align: right;
}
}