mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-09-12 03:05:15 -05:00
This commit is contained in:
@@ -55,7 +55,9 @@ defineProps({
|
||||
|
||||
<template>
|
||||
<CardBox>
|
||||
<div class="flex gap-4">
|
||||
<div
|
||||
class="grid grid-cols-1 justify-center md:justify-start w-full md:flex gap-4"
|
||||
>
|
||||
<IconRounded
|
||||
v-if="icon"
|
||||
:icon="icon"
|
||||
|
||||
@@ -136,7 +136,7 @@ function filterUserProfiles(userProfiles) {
|
||||
main
|
||||
/>
|
||||
<div
|
||||
class="grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 3xl:grid-cols-5 mb-6"
|
||||
class="grid grid-cols-2 sm:grid-cols-3 gap-6 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 3xl:grid-cols-5 mb-6"
|
||||
>
|
||||
<CardBoxWidget
|
||||
:icon="mdiCounter"
|
||||
@@ -163,7 +163,7 @@ function filterUserProfiles(userProfiles) {
|
||||
|
||||
<SectionTitleLine :icon="mdiGamepad" title="Showcase" main />
|
||||
<div
|
||||
class="grid grid-flow-row auto-rows-auto grid-cols-1 md:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-3 3xl:grid-cols-4 4xl:grid-cols-6 gap-5 mb-5"
|
||||
class="grid grid-flow-row auto-rows-auto grid-cols-2 md:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-3 3xl:grid-cols-4 4xl:grid-cols-6 gap-5 mb-5"
|
||||
>
|
||||
<CardBoxGameStat
|
||||
v-for="profile of filterUserProfiles(userProfiles)"
|
||||
|
||||
Reference in New Issue
Block a user