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:
Vinoth Kannan 2021-11-23 23:24:58 +05:30 committed by GitHub
parent 563b27b763
commit 0ededb1454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -241,6 +241,9 @@
.timeline-ago {
color: var(--primary-med-or-secondary-med);
max-width: 70px;
overflow: hidden;
text-overflow: ellipsis;
}
.timeline-scroller {