Shrink header logo to match LinkVault text height

24px was noticeably taller than the brand text; 18px lines up with
the font-size (1.2rem) much better.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Erik Thiele
2026-07-31 16:26:07 +02:00
parent d4d43ed5d9
commit b85e0bc256

View File

@@ -1,7 +1,7 @@
{% import "_icons.html" as icons %}
<header class="topbar">
<a href="/" class="brand" style="text-decoration:none;">
<img src="/static/favicon.svg" alt="" width="24" height="24" style="vertical-align:-6px; margin-right:6px;">Link<span>Vault</span>
<img src="/static/favicon.svg" alt="" width="18" height="18" style="vertical-align:-3px; margin-right:5px;">Link<span>Vault</span>
</a>
<div class="topbar-right">
<nav class="mode-switch">