UX: Prevent overflow on mobile timeline dates (#15182)
This commit is contained in:
parent
93860fd29b
commit
657c137384
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue