UX: timestamp should not hide handle of topic timeline in mobile. (#15066)
Previously, since the space of the timestamp is big in some locales, it blocked the visibility of topic timeline handle in mobile view.
This commit is contained in:
parent
563b27b763
commit
0ededb1454
|
@ -241,6 +241,9 @@
|
|||
|
||||
.timeline-ago {
|
||||
color: var(--primary-med-or-secondary-med);
|
||||
max-width: 70px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.timeline-scroller {
|
||||
|
|
Loading…
Reference in New Issue