diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-22 09:53:13 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-22 09:53:13 +0000 |
| commit | 966919874eb2430dca29bfa57dccc3700ad645d0 (patch) | |
| tree | 17a70e379f8d21485cd40208022658fbec218fff /src/components/status/status.scss | |
| parent | 0147226b3d6c92a37d427fcd841ad10628234542 (diff) | |
| parent | a253c9517039ecee9beadf5ef5edc12b519b3b99 (diff) | |
Merge branch 'fix-avatars2' into 'develop'
fix even more issues with avatars
See merge request pleroma/pleroma-fe!1482
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 0335dd54..d57c7335 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -406,7 +406,7 @@ margin-left: 20px; } - > .avatar:not(.repeater-avatar) { + .post-avatar { width: 40px; height: 40px; |
