diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-22 11:43:51 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-22 11:43:51 +0200 |
| commit | c6e0dcf08eda87867a3848ca49cb0f8c2ce9a02c (patch) | |
| tree | f7b14001528c4930cd47d2856272eaa2ca68cc95 /src/components/status/status.scss | |
| parent | 0ef58696bf6767f54083049f0c218816449d486d (diff) | |
fix even more issues with avatars
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 3f647b25..ae368bb7 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; |
