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 | |
| 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')
| -rw-r--r-- | src/components/status/status.scss | 2 | ||||
| -rw-r--r-- | src/components/status/status.vue | 2 |
2 files changed, 3 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; diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 3de4c471..2387151e 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -125,6 +125,7 @@ @click.stop.prevent.capture.native="toggleUserExpanded" > <UserAvatar + class="post-avatar" :bot="botIndicator" :compact="compact" :better-shadow="betterShadow" @@ -454,6 +455,7 @@ > <div class="left-side"> <UserAvatar + class="post-avatar" :compact="compact" :bot="botIndicator" /> |
