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:
@@ -1,7 +1,7 @@
|
|||||||
{% import "_icons.html" as icons %}
|
{% import "_icons.html" as icons %}
|
||||||
<header class="topbar">
|
<header class="topbar">
|
||||||
<a href="/" class="brand" style="text-decoration:none;">
|
<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>
|
</a>
|
||||||
<div class="topbar-right">
|
<div class="topbar-right">
|
||||||
<nav class="mode-switch">
|
<nav class="mode-switch">
|
||||||
|
|||||||
Reference in New Issue
Block a user