UX: Prevent overflow on mobile timeline dates (#15182)

This commit is contained in:
Kris 2021-12-03 13:48:26 -05:00 committed by GitHub
parent 93860fd29b
commit 657c137384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,6 @@
touch-action: none;
.timeline-date-wrapper {
float: right;
text-align: right;
}
.post-excerpt {
@ -142,7 +141,6 @@
border-right-style: solid;
border-right-width: 1px;
max-width: 120px;
margin-top: 2em;
.timeline-scroller {
position: relative;

View File

@ -115,8 +115,10 @@ sub sub {
.topic-timeline {
.start-date,
.now-date {
font-size: $font-up-1;
padding: 5px;
padding: 0.5em 0;
}
.timeline-scrollarea-wrapper .timeline-date-wrapper {
@include ellipsis;
}
.topic-category {
margin-bottom: 0.5rem;