diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-07-11 01:36:01 +0000 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-07-11 01:36:01 +0000 |
| commit | 65b0b69f109c42f07fe14c764d6a4e01bd763a83 (patch) | |
| tree | 770400e536a59d034fb475e98985d7131e66ff2c /src/components/status/status.scss | |
| parent | e764fbe8b680d9b60fba3074de3ee2db88b3b674 (diff) | |
| parent | acd53957e09a499b04c8f901e5829607f7363b57 (diff) | |
Merge branch 'from/edit-status/tusooa/indicator' into 'add/edit-status'
Edited indicator on status
See merge request seanking/pleroma-fe!4
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index b3ad3818..ada9841e 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -156,7 +156,8 @@ margin-right: 0.2em; } - & .heading-reply-row { + & .heading-reply-row, + & .heading-edited-row { position: relative; align-content: baseline; font-size: 0.85em; |
