fix: pane generalization

This commit is contained in:
cha0s 2020-07-02 02:18:56 -05:00
parent aedaed4df6
commit 24ebaecc07

View File

@ -7,15 +7,19 @@
position: relative;
width: 100%;
height: 100%;
&.horizontal .pane {
&.horizontal > .pane {
float: left;
height: 100%;
}
&.vertical .pane {
&.vertical > .pane {
width: 100%;
}
}
.app > .panes.vertical > .panes.horizontal {
height: calc(100% - 2.5em);
}
.sidebar-icons-wrapper {
width: 4em;
}