diff options
author | Plastikmensch <Plastikmensch@users.noreply.github.com> | 2022-12-23 18:59:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 18:59:20 +0100 |
commit | 08837f730d406fae7848f00146d05b7bcdb03254 (patch) | |
tree | 540af2147a567d0ca4a60c17894af3e433ca3b6e /app/javascript/flavours/glitch/styles/components | |
parent | 4b51d1386b61030334684bd33d8a8c7231c3bf2f (diff) |
Use wrapper div as a spacer (#2046)
Keeps the alignment of timestamps, while also reducing clickable size Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 0d3e7f665..bb5bbc0ac 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -444,7 +444,6 @@ .status__relative-time { display: inline-block; - flex-grow: 1; color: $dark-text-color; font-size: 14px; text-align: right; @@ -590,11 +589,8 @@ width: 23.15px; } -.status__action-bar-timestamp { +.status__action-bar-spacer { flex-grow: 1; - text-align: end; - display: flex; - overflow: hidden; } .detailed-status__action-bar-dropdown { |