mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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 New Issue
Block a user