update layout all

This commit is contained in:
Fanrouver
2026-01-29 08:17:26 +07:00
parent 19633afde1
commit ae8b06d66d
22 changed files with 971 additions and 508 deletions

No files matched your search

+4 -1
View File
@@ -18,6 +18,9 @@
alt="Antrean Logo"
class="sidebar-logo"
:class="{ 'sidebar-logo-rail': rail }"
width="32"
height="32"
style="width: 32px; height: 32px; object-fit: contain;"
/>
</div>
<v-list-item-title
@@ -249,7 +252,7 @@
</v-navigation-drawer>
</template>
<script setup lang="ts">
import { defineProps, defineEmits, onMounted, ref, watch } from "vue";
import { onMounted, ref, watch } from "vue";
import { navigateTo } from "#app";
import { useLocalStorage } from "@vueuse/core";
import ProfilePopup from "./ProfilePopup.vue";