Merge branch 'stacked-avatar-updates' into 'develop'
MaterialStatus: improve padding for stacked avatar See merge request soapbox-pub/soapbox-fe!887
This commit is contained in:
commit
d50e0e7d6f
1 changed files with 8 additions and 0 deletions
|
@ -744,6 +744,10 @@ a.status-card.compact:hover {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
&__content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
&__display-name {
|
||||
.display-name__account {
|
||||
display: block;
|
||||
|
@ -760,6 +764,10 @@ a.status-card.compact:hover {
|
|||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&__content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue