🎨
This commit is contained in:
parent
4129ac157a
commit
31a7350a10
1 changed files with 13 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
@dragend="onDragend"
|
||||
@contextmenu.prevent.stop="onContextmenu"
|
||||
>
|
||||
<svg viewBox="0 0 256 128" :class="$style.tabShape">
|
||||
<g transform="matrix(6.2431,0,0,6.2431,-677.417,-29.3839)">
|
||||
<path d="M149.512,4.707L108.507,4.707C116.252,4.719 118.758,14.958 118.758,14.958C118.758,14.958 121.381,25.283 129.009,25.209L149.512,25.209L149.512,4.707Z" style="fill:var(--deckDivider);"/>
|
||||
</g>
|
||||
</svg>
|
||||
<button v-if="isStacked && !isMainColumn" :class="$style.toggleActive" class="_button" @click="toggleActive">
|
||||
<template v-if="active"><i class="ti ti-chevron-up"></i></template>
|
||||
<template v-else><i class="ti ti-chevron-down"></i></template>
|
||||
|
@ -308,6 +313,14 @@ function onDrop(ev) {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.tabShape {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -8px;
|
||||
width: auto;
|
||||
height: calc(100% - 6px);
|
||||
}
|
||||
|
||||
.title {
|
||||
display: inline-block;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue