💄 Optimized attachments view

This commit is contained in:
2024-03-30 20:24:26 +08:00
parent e986ff8c5f
commit 05e8782557
2 changed files with 57 additions and 36 deletions

View File

@@ -11,13 +11,13 @@
>
<div class="flex flex-col h-full">
<v-toolbar
class="flex items-center justify-between px-[12px] border-opacity-15"
class="flex items-center justify-between px-[14px] border-opacity-15"
color="primary"
height="64"
:style="`padding-top: ${safeAreaTop}`"
>
<div class="flex items-center">
<img src="/favicon.png" alt="Logo" width="36" height="36" class="block" />
<img src="/favicon.png" alt="Logo" width="32" height="32" class="block" />
<div v-show="!drawerMini" class="ms-6 font-medium">Solar Network</div>
</div>