fix avatars in mobile view

This commit is contained in:
Henry Jameson 2022-03-22 10:20:45 +02:00
parent b632d740c1
commit 971cec024c
1 changed files with 3 additions and 3 deletions

View File

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