mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: 💄 Improve note rendering UI
This commit is contained in:
parent
cb60ed1c72
commit
9d62c378b1
5 changed files with 13 additions and 45 deletions
|
|
@ -1,20 +1,20 @@
|
|||
<template>
|
||||
<div
|
||||
class="fixed md:hidden bottom-0 inset-x-0 border-t h-20 bg-background z-10 flex items-center justify-around *:h-full *:w-full gap-6 px-4 py-2">
|
||||
class="fixed md:hidden bottom-0 inset-x-0 border-t h-16 bg-background z-10 flex items-center justify-around *:h-full *:w-full gap-6 px-4 py-2 [&>a>svg]:size-5 [&>button>svg]:size-5">
|
||||
<Button :as="NuxtLink" href="/" variant="ghost" size="icon">
|
||||
<Home class="!size-6" />
|
||||
<Home />
|
||||
</Button>
|
||||
<Button :as="NuxtLink" href="/notifications" variant="ghost" size="icon">
|
||||
<Bell class="!size-6" />
|
||||
<Bell />
|
||||
</Button>
|
||||
<AccountSwitcher>
|
||||
<Button variant="ghost" size="icon">
|
||||
<User class="!size-6" />
|
||||
<User />
|
||||
</Button>
|
||||
</AccountSwitcher>
|
||||
<Button variant="default" size="icon" :title="m.salty_aloof_turkey_nudge()"
|
||||
@click="useEvent('composer:open')">
|
||||
<Pen class="!size-6" />
|
||||
<Pen />
|
||||
</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue