Skip to content

Commit

Permalink
fixed userbox margin
Browse files Browse the repository at this point in the history
  • Loading branch information
synan798 committed Dec 13, 2024
1 parent 833e423 commit 6ab6fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UsersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const containerClasses = computed(() => {
const userBoxContainerClasses = computed(() =>
props.viewType === UserViewType.USERTURN
? 'flex flex-col space-y-1 md:space-y-3 h-full overflow-y-auto'
: 'flex gap-1 md:gap-3 md:mt-9 overflow-x-auto'
: 'flex gap-1 md:gap-3 overflow-x-auto'
);
Expand Down

0 comments on commit 6ab6fc6

Please sign in to comment.