mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
Pane padding WIP
- Adding resize handle direction to l-pane element;
This commit is contained in:
parent
bea135a221
commit
93196379aa
@ -3,9 +3,11 @@
|
||||
:class="{
|
||||
'l-pane--horizontal': type === 'horizontal',
|
||||
'l-pane--vertical': type === 'vertical',
|
||||
'l-pane--collapsed': collapsed
|
||||
'l-pane--collapsed': collapsed,
|
||||
'l-pane--resize-handle-before' : handle === 'before',
|
||||
'l-pane--resize-handle-after' : handle === 'after'
|
||||
}">
|
||||
|
||||
<!-- TODO: move resize-handle styling from handle into pane, so that padding can be handled -->
|
||||
<div v-if="handle"
|
||||
class="l-pane__resize-handle"
|
||||
:class="{
|
||||
|
Loading…
Reference in New Issue
Block a user