added familiar icon

This commit is contained in:
2026-07-18 22:19:10 +02:00
parent 882bf0d409
commit ab82ecd306
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -8,3 +8,4 @@ __pycache__/
tests/__pycache__/
.pytest_cache/
secrets.yaml
.DS_Store
+2 -2
View File
@@ -22,7 +22,7 @@ a { color: inherit; }
.site-header { min-height: 76px; padding: 16px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 600 1.35rem Georgia, serif; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--accent); border: 1px solid #4c5b31; border-radius: 50%; }
.brand-logo { display: block; width: 34px; height: 34px; border-radius: 9px; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-actions form { margin: 0; }
.text-link { color: var(--muted); text-decoration: none; font-size: .92rem; }
@@ -106,7 +106,7 @@ input::placeholder { color: #61706c; }
body { padding-bottom: 68px; }
.site-header { min-height: 64px; padding: 14px 16px; }
.brand { font-size: 1.15rem; }
.brand-mark { width: 32px; height: 32px; }
.brand-logo { width: 32px; height: 32px; }
.nav-actions { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; min-height: 60px; padding: 8px 12px max(8px, env(safe-area-inset-bottom)); justify-content: center; gap: 6px; background: rgba(11, 16, 16, .97); border-top: 1px solid var(--line); }
.nav-actions .button { min-height: 42px; padding: 0 13px; }
.nav-actions .text-link { display: inline-flex; min-height: 42px; padding: 0 18px; align-items: center; color: var(--text); border: 1px solid var(--line); border-radius: 9px; }
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+1 -1
View File
@@ -10,7 +10,7 @@
<body>
<header class="site-header">
<a class="brand" href="{{ url_for('flower_vase.index') }}" aria-label="Flowers home">
<span class="brand-mark" aria-hidden="true"></span>
<img class="brand-logo" src="{{ url_for('flower_vase.static', filename='wwwsuynl.png') }}" width="34" height="34" alt="">
<span>Flowers</span>
</a>
<nav class="nav-actions" aria-label="Bouquet actions">