This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix admin account avatar margin (
#9020
)
master
bsky
6 years ago
committed by
Eugen Rochko
parent
6c91f1a5b3
commit
065b39e7a4
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
app/javascript/styles/mastodon/rtl.scss
+ 1
- 3
app/javascript/styles/mastodon/rtl.scss
View File
@ -317,11 +317,9 @@ body.rtl {
.
landing-page__information
{
.
account__display-name
{
margin-right
:
0
;
margin-left
:
5px
;
}
.
account__avatar-wrapper
{
margin-left
:
12px
;
margin-right
:
0
;
margin-left
:
0
;
}
}
Write
Preview
Loading…
Cancel
Save