Merge branch 'develop' into 'fix-avatars2'

# Conflicts:
#   src/components/status/status.scss
This commit is contained in:
HJ 2022-03-22 09:47:24 +00:00
commit a253c95170
3 changed files with 32 additions and 38 deletions

View file

@ -402,7 +402,7 @@
}
@media all and (max-width: 800px) {
.repeater-avatar {
> .repeater-avatar {
margin-left: 20px;
}
@ -412,7 +412,7 @@
// TODO define those other way somehow?
// stylelint-disable rscss/class-format
&.avatar-compact {
&.-compact {
width: 32px;
height: 32px;
}