📱 Halfway to responsive
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user