diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-22 09:47:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-22 09:47:24 +0000 |
| commit | a253c9517039ecee9beadf5ef5edc12b519b3b99 (patch) | |
| tree | 17a70e379f8d21485cd40208022658fbec218fff /src | |
| parent | c6e0dcf08eda87867a3848ca49cb0f8c2ce9a02c (diff) | |
| parent | 0147226b3d6c92a37d427fcd841ad10628234542 (diff) | |
Merge branch 'develop' into 'fix-avatars2'
# Conflicts:
# src/components/status/status.scss
Diffstat (limited to 'src')
| -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; } |
