mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-12-21 12:47:58 +00:00
Fix timestamp position in public pages with RTL languages
This commit is contained in:
parent
b3c1380980
commit
34209c0340
|
@ -208,3 +208,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl {
|
||||||
|
.embed, .public-layout {
|
||||||
|
.status .status__relative-time {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue