mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 03:15:32 +00:00
[Glitch] RTL: fix cardbar margins and alignment
Port c73864c137
to glitch-soc
This commit is contained in:
parent
c9b19e05e2
commit
1bb23d0407
|
@ -357,4 +357,10 @@ body.rtl {
|
|||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.card__bar .display-name {
|
||||
margin-left: 0;
|
||||
margin-right: 15px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue