forked from cybrespace/mastodon
Fix padding on account header (#14179)
This commit is contained in:
parent
64aac30733
commit
d1c6dd2d27
|
@ -6497,7 +6497,7 @@ noscript {
|
||||||
&__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 {
|
||||||
|
@ -6519,7 +6519,7 @@ noscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__name {
|
&__name {
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
|
|
||||||
.account-role {
|
.account-role {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
Loading…
Reference in New Issue