fix: pane generalization
This commit is contained in:
parent
aedaed4df6
commit
24ebaecc07
|
@ -7,15 +7,19 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
&.horizontal .pane {
|
&.horizontal > .pane {
|
||||||
float: left;
|
float: left;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
&.vertical .pane {
|
&.vertical > .pane {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app > .panes.vertical > .panes.horizontal {
|
||||||
|
height: calc(100% - 2.5em);
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-icons-wrapper {
|
.sidebar-icons-wrapper {
|
||||||
width: 4em;
|
width: 4em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user