[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 New Issue