This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix timestamp display in boost/fav modals in RTL locales
closed-social-glitch-2
Thibaut Girka
5 years ago
committed by
ThibG
parent
4c28511e4e
commit
f170e0492f
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
app/javascript/flavours/glitch/styles/rtl.scss
+ 5
- 0
app/javascript/flavours/glitch/styles/rtl.scss
View File
@ -32,6 +32,11 @@ body.rtl {
text-align
:
left
;
}
.
boost-modal__status-time
,
.
favourite-modal__status-time
{
float
:
left
;
}
.
navigation-bar__profile
{
margin-left
:
0
;
margin-right
:
8px
;
Write
Preview
Loading…
Cancel
Save