diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-22 10:20:45 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-22 10:20:45 +0200 |
| commit | 971cec024c393438e714714e0d8e291b3714eaec (patch) | |
| tree | 581afe5aa8c7b50fb5923033b8c4d9f79c01f8a8 /src/components/status/status.scss | |
| parent | b632d740c13ff4e5c98a7a101f26ca60cd2629bb (diff) | |
fix avatars in mobile view
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 3f647b25..0335dd54 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -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; } |
