forked from treehouse/mastodon
Fix margins on profile metadata in single column mode (#10961)
parent
6a9a759f40
commit
ed19f33440
|
@ -2071,6 +2071,10 @@ a.account__display-name {
|
||||||
|
|
||||||
.account {
|
.account {
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
|
|
||||||
|
&__header__bio {
|
||||||
|
margin: 0 -10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
|
|
Loading…
Reference in New Issue