feat(auth): enable users to delete their account #164
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s

This commit is contained in:
Tim
2024-09-11 18:17:44 +02:00
parent 59b064a63c
commit 2458c413d5
5 changed files with 129 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ templ Layout(slot templ.Component, user templ.Component) {
</head>
<body>
<div class="h-screen flex flex-col">
<div class="flex justify-end items-center gap-2 py-1 px-2 md:gap-10 md:px-10 md:py-2 shadow">
<div class="flex justify-end items-center gap-2 py-1 px-2 h-12 md:gap-10 md:px-10 md:py-2 shadow">
<a href="/" class="flex-1 flex gap-2">
<img src="/static/favicon.svg" alt="ME-FIT logo"/>
<span>ME-FIT</span>