source: Klonkt/src/views/partials/topnav.ejs@ 03bfdce

main
Last change on this file since 03bfdce was 03bfdce, checked in by roboburr <roboburr@…>, 3 months ago

Hub: always render chrome + CSS toggle (body.on-hub) → hub nav via htmx (no audio jumping)

In hub mode, topnav/view-switcher are now always in the DOM; CSS hides them
on the hub landing (body.on-hub, also toggled in the htmx body-class swap).
Roster, main card, feed, and brand links are now htmx → navigating between
hub-home and an artist happens in-place, so the persistent audio player
stays alive (no jumping). Solo/circle completely unchanged
(renderChrome = !bareChrome there).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

  • Property mode set to 100644
File size: 20.7 KB
RevLine 
[7bc636b]1<%
2// Top nav — RESPONSIVE.
3//
4// Mobile (<768px):
5// - Brand centered, small theme-toggle right.
6// - All other actions live in the bottom-tab nav.
7// - Sticky top, blur background, safe-area-top respected.
8//
9// Desktop (≥768px):
10// - Full v9 masthead: brand left, action row right
11// (Archief / Search / Install / Theme / Prutter / User-menu).
12// - bottom-tab is hidden via CSS, so all nav must live here.
13
14const _siteUrlBase = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '';
15const _isAdmin = typeof bodyClass !== 'undefined' && bodyClass.indexOf('on-admin') >= 0;
16const _hasSearch = !site || site.show_search === undefined || site.show_search;
[8aa85d0]17const _hasPrutter = user && site && site.enable_prutter && (typeof tenancy !== 'undefined' && tenancy === 'hub') && (typeof premiumUnlocked === 'undefined' || premiumUnlocked);
[8afbdd6]18const _canPost = user && (typeof canMutate === 'undefined' || canMutate)
19 && permissions && permissions.canCreatePost && permissions.canCreatePost(user, site);
[7bc636b]20%>
21
22<header class="masthead">
23 <div class="container masthead-inner">
24
25 <!-- Brand block (always visible) -->
26 <div class="masthead-brand">
27 <% if (_isAdmin) { %>
28 <a href="<%= _siteUrlBase %>/" class="nav-link nav-link-admin">← Terug naar site</a>
[42081fb]29 <% } else if (typeof tenancy !== 'undefined' && tenancy === 'hub') { %>
[03bfdce]30 <%# Hub: de brand gaat naar de hub-home via HTMX. De chrome wordt in hub-modus
31 altijd gerenderd en via body.on-hub (CSS) verborgen op de landing, dus htmx
32 kan schakelen zonder full-reload → de audioplayer blijft leven. %>
33 <a class="nav-hub-home" href="/" aria-label="Home" title="Home"
34 hx-get="/?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="/" hx-indicator="#pcms-loading">
[851239c]35 <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>
36 </a>
[7bc636b]37 <% } else if (site) { %>
38 <a class="site-title" href="<%= _siteUrlBase %>/"
39 hx-get="<%= _siteUrlBase %>/?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
40 hx-push-url="<%= _siteUrlBase %>/" hx-indicator="#pcms-loading"><%= site.title %></a>
41 <% } else { %>
[8afbdd6]42 <a class="site-title" href="/">Klonkt</a>
[7bc636b]43 <% } %>
44 </div>
45
46 <!-- Mobile: theme toggle ONLY for logged-out users.
47 Logged-in users get the toggle inside the profile sheet
48 (bottom-tab → Profiel → Thema). All other actions in bottom-tab. -->
49 <% if (!user) { %>
50 <div class="top-nav-mobile">
51 <button type="button" class="nav-btn" id="theme-toggle-mobile" aria-label="Thema wisselen" title="Thema wisselen">
52 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="4"/><path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/></svg>
53 </button>
54 </div>
55 <% } %>
56
57 <!-- Desktop-only: full action row -->
58 <nav class="top-nav top-nav-desktop" aria-label="Hoofdnavigatie">
59
60 <% if (!_isAdmin) { %>
61 <a class="nav-link" href="<%= _siteUrlBase %>/archive"
62 hx-get="<%= _siteUrlBase %>/archive?partial=1" hx-target="#pcms-main"
63 hx-swap="innerHTML" hx-push-url="<%= _siteUrlBase %>/archive"
64 hx-indicator="#pcms-loading">
65 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 8v13H3V8"/><rect x="1" y="3" width="22" height="5" rx="1"/><line x1="10" y1="12" x2="14" y2="12"/></svg>
66 <span class="nav-label">Archief</span>
67 </a>
68 <% } %>
69
70 <% if (_hasSearch) { %>
71 <button type="button" class="nav-btn" id="search-toggle" aria-label="Zoeken" title="Zoeken">
72 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
73 </button>
74 <% } %>
75
76 <button type="button" class="nav-btn" id="pwa-install-btn" hidden aria-label="App installeren" title="App installeren">
77 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
78 </button>
79
80 <button type="button" class="nav-btn" id="theme-toggle" aria-label="Thema wisselen" title="Thema wisselen">
81 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="4"/><path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/></svg>
82 </button>
83
84 <% if (_hasPrutter) { %>
85 <a class="nav-btn" href="<%= _siteUrlBase %>/prutter" aria-label="Prutter (DMs)" title="Prutter">
86 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg>
87 </a>
88 <% } %>
89
90 <% if (user) { %>
91 <details class="user-menu">
92 <summary class="nav-btn user-toggle" aria-label="Gebruikersmenu">
93 <% if (user.avatar_url) { %>
94 <img class="user-avatar user-avatar-img" src="<%= user.avatar_url %>" alt="">
95 <% } else { %>
96 <span class="user-avatar"><%= user.username.charAt(0).toUpperCase() %></span>
97 <% } %>
98 </summary>
99 <div class="user-dropdown" role="menu">
100 <div class="user-dropdown-header">
101 <% if (user.avatar_url) { %>
102 <img class="udh-avatar" src="<%= user.avatar_url %>" alt="">
103 <% } else { %>
104 <span class="udh-avatar udh-avatar-fallback"><%= user.username.charAt(0).toUpperCase() %></span>
105 <% } %>
106 <div class="udh-meta">
107 <span class="udh-name"><%= user.username %></span>
108 <% if (user.role === 'god') { %>
[a742e9f]109 <span class="udh-role">God</span>
[7bc636b]110 <% } else if (user.role === 'admin' || user.role === 'moderator') { %>
111 <span class="udh-role"><%= user.role.charAt(0).toUpperCase() + user.role.slice(1) %></span>
112 <% } %>
113 </div>
114 </div>
115 <div class="user-dropdown-list">
116 <a href="/account" role="menuitem" class="udi">
117 <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
118 <span>Account</span>
119 </a>
[a3169f5]120 <% if (typeof canSeeBeheer !== 'undefined' && canSeeBeheer) { %>
[7bc636b]121 <a href="/admin" role="menuitem" class="udi">
122 <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M3 3h7v7H3z"/><path d="M14 3h7v7h-7z"/><path d="M14 14h7v7h-7z"/><path d="M3 14h7v7H3z"/></svg>
123 <span>Beheer</span>
124 </a>
125 <% } %>
126 <% if (_canPost) { %>
[8cb1dc7]127 <a href="<%= _siteUrlBase %>/posts/new" role="menuitem" class="udi"
128 hx-get="<%= _siteUrlBase %>/posts/new?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
129 hx-push-url="<%= _siteUrlBase %>/posts/new" hx-indicator="#pcms-loading">
[7bc636b]130 <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5z"/></svg>
131 <span>Nieuwe post</span>
132 </a>
133 <% } %>
134 </div>
135 <div class="user-dropdown-divider" aria-hidden="true"></div>
136 <div class="user-dropdown-list">
137 <a href="/auth/logout" role="menuitem" class="udi udi-danger">
138 <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/><polyline points="16 17 21 12 16 7"/><line x1="21" y1="12" x2="9" y2="12"/></svg>
139 <span>Uitloggen</span>
140 </a>
141 </div>
142 </div>
143 </details>
144 <% } else { %>
145 <a class="nav-link" href="/auth/login">
146 <span class="nav-label">Inloggen</span>
147 </a>
148 <% } %>
149
150 </nav>
151 </div>
152</header>
153
154<!-- Search overlay (shared by mobile bottom-tab + desktop top-nav) -->
155<div id="search-overlay" class="search-overlay" hidden>
156 <div class="container">
157 <form class="search-overlay-form" method="get" action="<%= _siteUrlBase %>/search">
158 <input type="search" name="q" placeholder="Zoeken in posts…" autocomplete="off">
159 <button type="submit" class="nav-btn" aria-label="Zoeken">
160 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
161 </button>
162 <button type="button" class="nav-btn" id="search-close" aria-label="Sluiten">
163 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>
164 </button>
165 </form>
166 </div>
167</div>
168
169<script>
170(function() {
171 // Theme toggle (works for both mobile + desktop buttons)
172 function toggleTheme() {
173 const cur = document.documentElement.getAttribute('data-theme') || 'dark';
174 const next = cur === 'dark' ? 'light' : 'dark';
175 document.documentElement.setAttribute('data-theme', next);
176 try { localStorage.setItem('pcms-theme', next); } catch (e) {}
177 }
178 // Theme toggle — event delegation so it works for ANY button with the
179 // matching ids, even ones rendered later in the page (footer is below
180 // topnav in source order, so getElementById would have returned null
181 // when this IIFE ran).
182 document.body.addEventListener('click', function(e) {
183 const btn = e.target.closest(
184 '#theme-toggle, #theme-toggle-mobile, #theme-toggle-footer'
185 );
186 if (btn) toggleTheme();
187 });
188
189 // Search overlay
190 const overlay = document.getElementById('search-overlay');
191 document.getElementById('search-toggle')?.addEventListener('click', function() {
192 if (overlay) {
193 overlay.hidden = false;
194 const inp = overlay.querySelector('input');
195 if (inp) inp.focus();
196 }
197 });
198 document.getElementById('search-close')?.addEventListener('click', function() {
199 if (overlay) overlay.hidden = true;
200 });
201 document.addEventListener('keydown', function(e) {
202 if (e.key === 'Escape' && overlay && !overlay.hidden) overlay.hidden = true;
203 });
204
205 // Close user dropdown on outside click
206 document.addEventListener('click', function(e) {
207 const open = document.querySelector('.user-menu[open]');
208 if (open && !open.contains(e.target)) open.removeAttribute('open');
209 });
210})();
211</script>
212
213<style>
214/* ============================================================
215 TOP-NAV — responsive
216 Mobile: brand centered, small theme btn right, NOTHING else.
217 Desktop (≥768px): full v9 layout — brand left, action row right.
218 ============================================================ */
219
220.masthead-inner {
221 /* Override v9's flex-end → space-between so brand is on the left */
222 justify-content: space-between !important;
223 gap: 1rem;
224}
225.masthead-brand .site-title,
226.masthead-brand .nav-link-admin {
227 display: inline-block;
228 vertical-align: middle;
229}
230
231/* Site title is suppressed everywhere — the profile-header carries the brand
232 on content pages, and admin pages have their own "← Terug naar site" link
233 (a different selector, .nav-link-admin, which stays visible). The masthead
234 becomes a thin utility strip with just theme-toggle / search / etc. */
235.masthead-brand .site-title {
236 display: none;
237}
238
[0c2228a]239/* Hub-home brand is WÉL zichtbaar — de thuisknop op artiest-/hub-pagina's. */
240.masthead-brand .nav-hub-home {
[851239c]241 display: inline-flex; align-items: center; justify-content: center;
242 width: 40px; height: 40px;
[0c2228a]243 color: var(--ink); text-decoration: none;
[851239c]244 border-radius: 8px;
245 transition: color 120ms, background 120ms;
[0c2228a]246}
[851239c]247.masthead-brand .nav-hub-home:hover { color: var(--accent); background: var(--paper-2); }
248.masthead-brand .nav-hub-home svg { width: 22px; height: 22px; }
[0c2228a]249
[7bc636b]250/* On mobile, hide the entire masthead except for admin pages. The brand
251 appears in the profile-header on content pages, and the bottom-tab
252 provides all navigation. Admin keeps it because the "← Terug naar site"
253 link is the only way back to the public site from /admin/*. */
254@media (max-width: 767px) {
255 body:not(.on-admin) .masthead { display: none; }
256}
257
258/* On mobile, center the brand in the masthead */
259@media (max-width: 767px) {
260 .masthead-inner {
261 justify-content: center !important;
262 position: relative;
263 }
264 .masthead-brand {
265 text-align: center;
266 }
267 /* Lone theme button for logged-out users — minimal, icon-only,
268 no border/background to avoid the iOS sticky-hover look. */
269 .top-nav-mobile {
270 position: absolute;
271 right: 0;
272 top: 50%;
273 transform: translateY(-50%);
274 }
275 .top-nav-mobile .nav-btn {
276 width: 44px;
277 height: 44px;
278 padding: 0;
279 background: transparent !important;
280 border-color: transparent !important;
281 color: var(--ink-soft);
282 display: inline-flex;
283 align-items: center;
284 justify-content: center;
285 }
286 .top-nav-mobile .nav-btn:active {
287 transform: scale(0.92);
288 color: var(--ink);
289 }
290 /* Suppress sticky hover on touch — only show feedback for real hover devices */
291 @media (hover: none) {
292 .top-nav-mobile .nav-btn:hover {
293 background: transparent !important;
294 border-color: transparent !important;
295 color: var(--ink-soft);
296 }
297 }
298 .top-nav-desktop {
299 display: none !important;
300 }
301}
302
303/* On desktop, hide the mobile-only theme button */
304@media (min-width: 768px) {
305 .top-nav-mobile { display: none; }
306}
307
308/* ── Admin "back" link styling (inherited from v9 patterns) ── */
309.nav-link-admin {
310 background: var(--accent);
311 color: #fff !important;
312 padding: .5rem .85rem;
313 border-radius: 6px;
314 text-decoration: none;
315 font-family: var(--font-ui);
316 font-size: .875rem;
317 font-weight: 500;
318}
319.nav-link-admin:hover { opacity: .9; color: #fff !important; }
320
321/* ── Tap-target enforcement for all nav buttons on touch ── */
322@media (hover: none) {
323 .nav-btn, .nav-link {
324 min-height: 44px;
325 min-width: 44px;
326 }
327 .nav-btn:active {
328 transform: scale(0.95);
329 background: var(--paper-2);
330 }
331}
332
333/* ── User dropdown (desktop only — mobile uses bottom-tab → /account) ── */
334.user-menu { position: relative; list-style: none; }
335.user-menu > summary {
336 list-style: none; cursor: pointer;
337 padding: .25rem; border-radius: 6px;
338 display: inline-flex; align-items: center;
339 border: 1px solid transparent;
340 transition: all var(--transition);
341}
342.user-menu > summary::-webkit-details-marker { display: none; }
343.user-menu > summary::marker { content: ''; }
344.user-menu > summary:hover { background: var(--paper-2); border-color: var(--rule); }
345.user-avatar {
346 display: inline-flex; align-items: center; justify-content: center;
347 width: 28px; height: 28px; border-radius: 50%;
348 background: var(--paper-2); /* neutral so transparent avatars blend */
349 color: var(--accent); /* fallback initial color */
350 font-family: var(--font-ui); font-weight: 600; font-size: .8rem;
351 pointer-events: none;
352 overflow: hidden;
353}
354.user-avatar-img {
355 /* When the pill renders as <img> instead of <span>, fill it edge-to-edge. */
356 object-fit: cover;
357}
358.user-dropdown {
359 position: absolute; top: calc(100% + .55rem); right: 0;
360 min-width: 220px;
361 padding: .35rem;
362 background: color-mix(in srgb, var(--paper) 92%, transparent);
363 backdrop-filter: blur(14px) saturate(180%);
364 -webkit-backdrop-filter: blur(14px) saturate(180%);
365 border: 1px solid var(--rule);
366 border-radius: 12px;
367 box-shadow:
368 0 1px 2px color-mix(in srgb, var(--ink) 8%, transparent),
369 0 8px 24px color-mix(in srgb, var(--ink) 14%, transparent),
370 0 16px 48px color-mix(in srgb, var(--ink) 10%, transparent);
371 z-index: 200;
372 font-family: var(--font-ui);
373 transform-origin: top right;
374}
375/* Open animation — only fires when <details open> matches, so closing the
376 dropdown doesn't replay the entry animation. */
377.user-menu[open] > .user-dropdown {
378 animation: ud-fade-in .14s cubic-bezier(.2, .8, .25, 1);
379}
380@keyframes ud-fade-in {
381 from { opacity: 0; transform: translateY(-6px) scale(.98); }
382 to { opacity: 1; transform: translateY(0) scale(1); }
383}
384
385/* Identity header — small avatar + username/role badge */
386.user-dropdown-header {
387 display: flex; align-items: center; gap: .65rem;
388 padding: .55rem .65rem .65rem;
389 border-bottom: 1px solid color-mix(in srgb, var(--rule) 65%, transparent);
390 margin-bottom: .35rem;
391}
392.udh-avatar {
393 width: 36px; height: 36px; border-radius: 50%;
394 object-fit: cover;
395 background: var(--paper-2);
396 display: inline-flex; align-items: center; justify-content: center;
397 flex-shrink: 0;
398}
399.udh-avatar-fallback {
400 color: var(--accent); font-weight: 700; font-size: .95rem;
401}
402.udh-meta { display: flex; flex-direction: column; min-width: 0; line-height: 1.2; }
403.udh-name {
404 font-weight: 600; font-size: .92rem; color: var(--ink);
405 white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 140px;
406}
407.udh-role {
408 font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
409 color: var(--accent); opacity: .85; margin-top: .12rem;
410}
411
412/* Item list group */
413.user-dropdown-list { display: flex; flex-direction: column; gap: 1px; }
414.user-dropdown-divider {
415 height: 1px;
416 margin: .35rem .25rem;
417 background: color-mix(in srgb, var(--rule) 60%, transparent);
418}
419
420/* Items — icon + label, rounded inner highlight on hover (macOS feel) */
421.user-dropdown .udi {
422 display: flex; align-items: center; gap: .65rem;
423 padding: .5rem .65rem;
424 color: var(--ink); text-decoration: none;
425 font-size: .88rem; font-weight: 500;
426 border-radius: 7px;
427 transition: background var(--transition), color var(--transition), transform var(--transition);
428}
429.user-dropdown .udi:hover,
430.user-dropdown .udi:focus-visible {
431 background: color-mix(in srgb, var(--accent) 10%, var(--paper-2));
432 color: var(--accent);
433 outline: none;
434}
435.user-dropdown .udi:active { transform: scale(.98); }
436.user-dropdown .udi-icon {
437 width: 16px; height: 16px;
438 opacity: .7;
439 flex-shrink: 0;
440 transition: opacity var(--transition);
441}
442.user-dropdown .udi:hover .udi-icon,
443.user-dropdown .udi:focus-visible .udi-icon { opacity: 1; }
444
445/* Logout: subtle danger tint on hover, never on rest. Uses a fixed red so
446 it always reads as a destructive action even if the user's accent is red. */
447.user-dropdown .udi-danger:hover,
448.user-dropdown .udi-danger:focus-visible {
449 background: color-mix(in srgb, #dc2626 14%, var(--paper-2));
450 color: #dc2626;
451}
452
453/* ── Search overlay ── */
454.search-overlay {
455 position: fixed; top: 0; left: 0; right: 0;
456 background: color-mix(in srgb, var(--paper) 96%, transparent);
457 backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
458 border-bottom: 1px solid var(--rule);
459 padding: 1rem 0; z-index: 200;
460 padding-top: calc(1rem + env(safe-area-inset-top, 0));
461 box-shadow: 0 8px 24px color-mix(in srgb, var(--ink) 8%, transparent);
462}
463.search-overlay-form { display: flex; gap: .5rem; align-items: center; }
464.search-overlay-form input {
465 flex: 1; padding: .85rem 1rem;
466 min-height: 44px;
467 border: 1px solid var(--rule); border-radius: 8px;
468 font-family: var(--font-ui); font-size: 1rem;
469 background: var(--paper); color: var(--ink);
470}
471.search-overlay-form input:focus {
472 outline: 2px solid var(--accent); outline-offset: 0;
473}
474.search-overlay-form .nav-btn {
475 width: 44px; height: 44px;
476 display: inline-flex; align-items: center; justify-content: center;
477}
478</style>
Note: See TracBrowser for help on using the repository browser.