Hotfix profile project list (still bad on small screens)

This commit is contained in:
Nassim Jahnke 2022-04-01 22:51:46 +02:00
parent ff2052a127
commit e09caa8b8f
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -38,10 +38,10 @@ useHead(useSeo(props.user.name, props.user.tagline, route, avatarUrl(props.user.
<template>
<UserHeader :user="user" :organization="organization" />
<div class="flex gap-4">
<div class="flex-basis-full md:basis-8/12 flex-grow">
<div class="flex-basis-full flex-grow md:max-w-2/3 md:min-w-1/3">
<ProjectList :projects="projects"></ProjectList>
</div>
<div class="flex-basis-full md:basis-4/12 flex-grow">
<div class="flex-basis-full flex-grow md:max-w-1/3 md:min-w-1/3">
<template v-if="!user.isOrganization">
<Card class="mb-4" accent>
<template #header>