responsive mobile layout

This commit is contained in:
2025-10-13 20:46:09 +02:00
parent f641272c22
commit c292da4d60
12 changed files with 31 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
<template>
<UApp>
<UHeader>
<template #left>
<template #content>
<NuxtLink to="https://github.com/C9Glax/tranga" external no-prefetch><Icon name="i-lucide-github" />API</NuxtLink>
<NuxtLink to="https://github.com/C9Glax/tranga-website" external no-prefetch
><Icon name="i-lucide-github" />Website</NuxtLink
@@ -10,7 +10,7 @@
><Icon name="i-lucide-book-open" />Swagger</NuxtLink
>
</template>
<template #default>
<template #title>
<NuxtLink to="/">
<div class="h-full flex gap-2 items-center">
<img src="/blahaj.png" class="h-lh cursor-grab" alt="Blahaj" />
@@ -27,7 +27,7 @@
</NuxtLink>
</template>
<template #right>
<UButton icon="i-lucide-plus" to="/search" color="primary">Add</UButton>
<UButton icon="i-lucide-plus" to="/search" color="primary">Manga</UButton>
<UColorModeButton color="secondary" />
<UButton icon="i-lucide-settings" variant="ghost" to="/settings" color="secondary" />
</template>