diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/status/status.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index ae368bb7..d57c7335 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -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; } |
