fix: pane generalization
This commit is contained in:
parent
aedaed4df6
commit
24ebaecc07
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user