[Frontend] Tweaks to splitter

Fixes #913
- IN PROGRESS: working on making
smaller splitter in Timelines
This commit is contained in:
Charles Hacskaylo
2016-06-02 16:23:42 -07:00
parent a394b95259
commit 808ccd0376
3 changed files with 11 additions and 7 deletions

View File

@@ -23,6 +23,13 @@
.l-timeline-holder {
@include absPosDefault();
&.split-layout {
>.splitter {
// Top of splitter within Timelines should be 0
top: 0;
}
}
.l-header {
@include user-select(none);
cursor: default;
@@ -304,11 +311,6 @@
}
}
.splitter {
// Top of splitter within Timelines should be 0
top: 0;
}
// Ticks
.l-ticks,
.l-subticks {