Skip to content

Commit

Permalink
🐛 ui tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
brano-hozza committed Apr 13, 2024
1 parent 33c618f commit a8ccc48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/layout/LeftSideContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface Link {
link: string;
}
const expanded = ref(false);
const expanded = ref(true);
const accountStore = useAccountStore();
Expand Down Expand Up @@ -78,11 +78,11 @@ const links = computed<Link[]>(() =>
}
&.left-nav-expanded {
@apply w-60;
@apply max-w-[240px];
}
&.left-nav-collapsed {
@apply w-16;
@apply w-[64px];
}
}
</style>

0 comments on commit a8ccc48

Please sign in to comment.