We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8605d28 commit defc605Copy full SHA for defc605
src/components/custom/widget/layout/BaseWidgetLayout.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div
3
- class="base-widget-layout rounded-2xl overflow-hidden relative bg-neutral-50 dark-theme:bg-zinc-800"
+ class="base-widget-layout rounded-2xl overflow-hidden relative bg-zinc-50 dark-theme:bg-zinc-800"
4
>
5
<IconButton
6
v-show="!isRightPanelOpen && hasRightPanel"
@@ -49,7 +49,7 @@
49
50
class="flex justify-end gap-2 w-0"
51
:class="
52
- isRightPanelOpen && hasRightPanel ? 'min-w-8' : 'min-w-18'
+ hasRightPanel && !isRightPanelOpen ? 'min-w-18' : 'min-w-8'
53
"
54
55
0 commit comments