mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🐛 Layout fixes, make CW composing work
This commit is contained in:
parent
a41aa3b91d
commit
f90a43909b
6 changed files with 17 additions and 17 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div v-if="me" class="bg-dark-800 p-6 my-5 rounded ring-1 ring-white/5">
|
||||
<div class="sm:flex sm:items-center sm:justify-between">
|
||||
<div class="sm:flex sm:space-x-5">
|
||||
<AvatarsCentered :url="me.avatar"
|
||||
<AvatarsCentered :src="me.avatar"
|
||||
class="mx-auto shrink-0 size-20 rounded overflow-hidden ring-1 ring-white/10" />
|
||||
<div class="mt-4 text-center sm:mt-0 sm:pt-1 sm:text-left">
|
||||
<p class="text-sm font-medium text-gray-300">Welcome back,</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue