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>
This commit is contained in:
Plastikmensch
2022-12-23 18:59:20 +01:00
committed by GitHub
parent 4b51d1386b
commit 08837f730d
2 changed files with 5 additions and 10 deletions

View File

@ -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 {