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
RTL: fix statubar action buttons/counter margins (
#8767
)
* RTL: fix statubar action buttons/counter margins * remove trailing whitespaces
pull/4/head
Masoud Abkenar
6 years ago
committed by
Eugen Rochko
parent
86f138ed16
commit
9f6662fcc9
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
app/javascript/styles/mastodon/rtl.scss
+ 13
- 0
app/javascript/styles/mastodon/rtl.scss
View File
@ -145,6 +145,19 @@ body.rtl {
margin-right
:
6px
;
}
.
status__action-bar
{
&
__counter
{
margin-right
:
0
;
margin-left
:
11px
;
.
status__action-bar-button
{
margin-right
:
0
;
margin-left
:
4px
;
}
}
}
.
status__action-bar-button
{
float
:
right
;
margin-right
:
0
;
Write
Preview
Loading…
Cancel
Save