From 0ff22cca5fd322065836853360f1a17c1ed3ec87 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Mon, 4 May 2026 20:13:14 +0200 Subject: [PATCH] fix: remove email from top bar nav --- crates/adapters/template-askama/templates/base.html | 1 - static/style.css | 5 ----- 2 files changed, 6 deletions(-) diff --git a/crates/adapters/template-askama/templates/base.html b/crates/adapters/template-askama/templates/base.html index b6d03db..e56c79f 100644 --- a/crates/adapters/template-askama/templates/base.html +++ b/crates/adapters/template-askama/templates/base.html @@ -18,7 +18,6 @@ RSS {% if let Some(email) = ctx.user_email %} Add Review - {{ email }} Logout {% else %} Login diff --git a/static/style.css b/static/style.css index d49f46d..4b84305 100644 --- a/static/style.css +++ b/static/style.css @@ -88,11 +88,6 @@ nav a:hover { box-shadow: 0 0 12px var(--primary-glow); } -.user-email { - color: var(--text-muted); - font-size: 0.85em; -} - /* Diary entries */ .diary { display: flex;