Skip to content
Snippets Groups Projects
Commit 31a7350a authored by syuilo's avatar syuilo
Browse files

🎨

parent 4129ac15
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment