UX: Align timeline controls to the top
This commit is contained in:
parent
884f399ff1
commit
6b6b0f09c4
|
@ -40,6 +40,10 @@
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.timeline-controls {
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.timeline-fullscreen {
|
&.timeline-fullscreen {
|
||||||
|
|
Loading…
Reference in New Issue