diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6332e..94ddaef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version ### Fixed +- panel: the **Users** navigation icon was two full silhouettes with staggered + baselines, so the pair looked lopsided at 16 px. The rear person is now a + right-side crescent (head + shoulder) behind a full front silhouette aligned + with `icon-account`. - panel: the **Settings** navigation icon was a sun-with-rays (circle plus spokes), not a gear. It now uses a toothed cog so it matches the other session icons and the 1.2.0 release note. diff --git a/internal/web/view/templates/layout.html b/internal/web/view/templates/layout.html index af5620c..1f44f9a 100644 --- a/internal/web/view/templates/layout.html +++ b/internal/web/view/templates/layout.html @@ -130,9 +130,11 @@ two drawers with handles is the picture of an archive. */}} {{define "icon-backup"}}{{end}} {{define "icon-account"}}{{end}} -{{/* Two silhouettes, the nearer one drawn last so it reads in front — the - picture of a group rather than a single account. */}} -{{define "icon-users"}}{{end}} +{{/* Two people: rear as a right-side crescent (head + shoulder) so it peeks + from behind; front is a full silhouette matching icon-account. Heads share + one baseline; shoulder arcs share one floor — otherwise the pair looks + lopsided at 16 px. */}} +{{define "icon-users"}}{{end}} {{/* A gear (Feather "settings"), not a sun-with-rays: at 16 px spokes alone read as brightness, while the toothed rim is the picture of configuration. viewBox 0 0 24 matches the source path; CSS sizes the icon to 1 rem. */}}