Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/components/group/Shared.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ const listQuizzflyShared = async () => {
<Skeleton class="w-full h-20 rounded-md" />
</div>
</div>
<div
class="flex items-center justify-between p-8 gap-12 w-full overflow-y-auto overflow-hidden"
>
<div class="flex flex-col justify-between p-8 gap-4 w-full overflow-y-auto overflow-hidden">
<Card
v-for="quizzfly in quizzflyShared"
:key="quizzfly.id"
Expand Down