mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-12 14:16:12 +01:00
[Glitch] Fix padding on account header
Port d1c6dd2d27
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
befe8c72dd
commit
50f5254568
@ -605,7 +605,7 @@
|
|||||||
&__tabs {
|
&__tabs {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 7px 5px;
|
padding: 7px 10px;
|
||||||
margin-top: -55px;
|
margin-top: -55px;
|
||||||
|
|
||||||
&__buttons {
|
&__buttons {
|
||||||
@ -627,7 +627,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__name {
|
&__name {
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
|
|
||||||
.account-role {
|
.account-role {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
Loading…
Reference in New Issue
Block a user