UPD: Big layout changes.

App now looks like an app.
This commit is contained in:
Robert Kossessa
2024-01-29 17:47:12 +01:00
parent 351f1435af
commit 82d9a8132f
9 changed files with 162 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
class="h-12 flex profile-row"
class="h-12 flex"
@mouseenter="hover=true" @mouseleave="hover=false">
<form
v-if="nameEditable && editing"