Fix nav: Logout + Settings float right together on all pages

Logout link moved inside the float-right user-menu-wrapper so both
Logout and Settings appear on the far right of the nav bar. Fixed
addressbook.html Settings font size to match other pages (1.3em).
This commit is contained in:
Dave Kempe
2026-04-05 10:20:10 +10:00
parent 318725e8db
commit fb0f965bb2
7 changed files with 8 additions and 15 deletions
+1 -2
View File
@@ -100,8 +100,7 @@
<a href="/docs.html">Docs</a>
<a href="/tokens.html">Tokens</a>
<a href="/admin.html" class="active">Admin</a>
<a href="#" id="logout-item" style="color:var(--text-muted)">Logout</a>
<span id="user-menu-wrapper"><span id="user-menu-btn" title="Preferences">&#9881; Settings</span><div id="user-menu"><div class="um-section-label">Theme</div><div id="um-theme-list"></div></div></span>
<span id="user-menu-wrapper"><a href="#" id="logout-item" style="color:var(--text-muted);text-decoration:none;margin-right:1em">Logout</a><span id="user-menu-btn" title="Preferences">&#9881; Settings</span><div id="user-menu"><div class="um-section-label">Theme</div><div id="um-theme-list"></div></div></span>
</nav>
<h2>System Status</h2>