In-progress checkin - NOT WORKING RIGHT YET!
This commit is contained in:
@@ -2725,12 +2725,10 @@ input[type="text"] {
|
||||
bottom: 0; }
|
||||
/* line 45, ../sass/helpers/_splitter.scss */
|
||||
.split-layout.vertical .pane.left {
|
||||
right: auto;
|
||||
width: 84%; }
|
||||
right: auto; }
|
||||
/* line 49, ../sass/helpers/_splitter.scss */
|
||||
.split-layout.vertical .pane.right {
|
||||
left: auto;
|
||||
width: 15%; }
|
||||
left: auto; }
|
||||
/* line 54, ../sass/helpers/_splitter.scss */
|
||||
.split-layout.vertical > .splitter {
|
||||
bottom: 0;
|
||||
|
||||
@@ -26,6 +26,5 @@
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
right: $interiorMargin; top: 0;
|
||||
// z-index: 2;
|
||||
}
|
||||
}
|
||||
@@ -44,11 +44,11 @@
|
||||
bottom: 0;
|
||||
&.left {
|
||||
right: auto;
|
||||
width: $splitL - 1%;
|
||||
// width: $splitL - 1%; // Controlled by splitter
|
||||
}
|
||||
&.right {
|
||||
left: auto;
|
||||
width: 100% - $splitL;
|
||||
// width: 100% - $splitL; // Controlled by splitter
|
||||
}
|
||||
}
|
||||
>.splitter {
|
||||
|
||||
Reference in New Issue
Block a user