UX: Allow vertical timeline to fit on narrower screens

This commit is contained in:
Kris 2018-10-22 22:16:15 -04:00
parent de6b585368
commit 541b6a8446
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ export default Ember.Component.extend(PanEvents, {
height -= $("#reply-control").height();
}
renderTimeline = width > 960 && height > 520;
renderTimeline = width > 924 && height > 520;
}
info.setProperties({

View File

@ -180,7 +180,7 @@
.topic-timeline {
margin-left: 3em;
width: 150px;
max-width: 135px;
transition: opacity 0.2s ease-in;
touch-action: none;