forked from treehouse/mastodon
[Glitch] RTL: fix admin account avatar margin in about page
Port 3a157210c8
to glitch-soc
signup-info-prompt
parent
c14be538a6
commit
c9b19e05e2
|
@ -345,14 +345,16 @@ body.rtl {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.landing-page__information {
|
.landing-page__information {
|
||||||
.account__display-name {
|
.account__display-name {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.account__avatar-wrapper {
|
.account__avatar-wrapper {
|
||||||
margin-left: 0;
|
margin-left: 12px;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue