UX: Align timeline controls to the top

This commit is contained in:
Jeff Wong 2019-09-04 17:28:54 -07:00
parent 884f399ff1
commit 6b6b0f09c4
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
display: inherit; display: inherit;
} }
} }
.timeline-controls {
display: table-cell;
vertical-align: top;
}
} }
&.timeline-fullscreen { &.timeline-fullscreen {