Skip to content

Commit

Permalink
feat(client): improve UX when toggle sidebar (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
JianJroh committed Apr 2, 2024
1 parent 0f410e1 commit 4cb87e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/App.vue
Expand Up @@ -109,7 +109,7 @@ registerCommands(() => [
<ViewModeSwitch v-else-if="viewModeSwitchVisible" />
<div
v-else
class="h-full of-auto"
class="h-full of-auto transition-base"
:class="isUtilityView ? 'flex' : sidebarExpanded ? 'grid grid-cols-[250px_1fr]' : 'grid grid-cols-[50px_1fr]'"
h-full h-screen of-hidden font-sans bg-base
>
Expand Down

0 comments on commit 4cb87e9

Please sign in to comment.