We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358e632 commit 6d6ac9aCopy full SHA for 6d6ac9a
packages/ui/src/components/va-sidebar/VaSidebar.vue
@@ -114,6 +114,8 @@ export default defineComponent({
114
backgroundColor,
115
backgroundImage: props.gradient ? getGradientBackground(backgroundColor) : undefined,
116
overflowX: currentMenuWidth.value === sidebarWidth.value ? undefined : 'hidden' as const,
117
+ width: sidebarWidth.value,
118
+ minWidth: sidebarWidth.value,
119
}
120
})
121
@@ -196,11 +198,11 @@ export default defineComponent({
196
198
197
199
200
&--animated-right {
- justify-content: flex-start;
201
+ justify-content: flex-end;
202
203
204
&--animated-left {
- justify-content: flex-end;
205
+ justify-content: flex-start;
206
207
208
&--minimized {
0 commit comments