mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-28 05:23:41 +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
1 changed files with 12 additions and 0 deletions
|
@ -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 a new issue