mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-14 15:15:08 +01:00
[Glitch] RTL: fix admin account margins in about page
Port f8c1b32541
to glitch-soc
This commit is contained in:
parent
bf9c4b6d98
commit
1139b758c5
@ -313,3 +313,15 @@ body.rtl {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.landing-page__information {
|
||||||
|
.account__display-name {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.account__avatar-wrapper {
|
||||||
|
margin-left: 12px;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user