UX: Allow vertical timeline to fit on narrower screens
This commit is contained in:
parent
de6b585368
commit
541b6a8446
|
@ -35,7 +35,7 @@ export default Ember.Component.extend(PanEvents, {
|
||||||
height -= $("#reply-control").height();
|
height -= $("#reply-control").height();
|
||||||
}
|
}
|
||||||
|
|
||||||
renderTimeline = width > 960 && height > 520;
|
renderTimeline = width > 924 && height > 520;
|
||||||
}
|
}
|
||||||
|
|
||||||
info.setProperties({
|
info.setProperties({
|
||||||
|
|
|
@ -180,7 +180,7 @@
|
||||||
|
|
||||||
.topic-timeline {
|
.topic-timeline {
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
width: 150px;
|
max-width: 135px;
|
||||||
transition: opacity 0.2s ease-in;
|
transition: opacity 0.2s ease-in;
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue