📱 Halfway to responsive

This commit is contained in:
2025-03-20 22:07:26 +08:00
parent 95e0d3fb29
commit f97310c01d
5 changed files with 58 additions and 12 deletions

View File

@ -7,7 +7,7 @@
<v-avatar :image="urlOfAvatar" />
<div class="flex flex-col">
<span>{{ auth.userinfo?.nick }} <span class="text-xs">@{{ auth.userinfo?.name }}</span></span>
<span class="text-sm">{{ auth.userinfo?.description }}</span>
<span class="text-sm">{{ auth.userinfo?.profile?.description }}</span>
</div>
</div>
@ -39,7 +39,7 @@
</v-card-text>
</v-card>
<v-card class="w-28 aspect-square" to="/docs">
<v-card class="w-28 aspect-square" href="https://kb.solsynth.dev" target="_blank">
<v-card-text class="flex flex-col justify-center items-center text-center h-full">
<v-icon icon="mdi-library" size="32" />
<span class="text-sm mt-1.75">Knowledge Base</span>