mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-12-01 04:20:13 -05:00
Fix timestamp display in boost/fav modals in RTL locales
This commit is contained in:
parent
4c28511e4e
commit
f170e0492f
@ -32,6 +32,11 @@ body.rtl {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.boost-modal__status-time,
|
||||||
|
.favourite-modal__status-time {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.navigation-bar__profile {
|
.navigation-bar__profile {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user