Skip to content

Commit

Permalink
rev panel change
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Dec 27, 2024
1 parent 2ff0660 commit 33efe19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/components/layout/Panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
class="flex gap-2 bg-wp-background-300 px-4 py-2 w-full font-bold text-wp-text-100"
@click="_collapsed = !_collapsed"
>
<Icon
v-if="collapsable"
name="chevron-right"
class="min-w-6 h-6 transition-transform duration-150"
:class="{ 'transform rotate-90': !collapsed }"
/>
{{ title }}
</component>
<div
Expand Down

0 comments on commit 33efe19

Please sign in to comment.