Changeset 851239c in Klonkt for src/views/partials
- Timestamp:
- 06/15/2026 01:37:31 AM (3 months ago)
- Branches:
- main
- Children:
- 1907a18
- Parents:
- e6888ca
- File:
-
- 1 edited
-
src/views/partials/topnav.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/topnav.ejs
re6888ca r851239c 31 31 HTMX, zodat de headerloze overview correct rendert). Eigen class want 32 32 .site-title is overal display:none. %> 33 <a class="nav-hub-home" href="/" aria-label="Naar de hub-home"><%= (typeof hubTitle !== 'undefined' && hubTitle) ? hubTitle : 'Home' %></a> 33 <a class="nav-hub-home" href="/" aria-label="Home" title="Home"> 34 <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> 35 </a> 34 36 <% } else if (site) { %> 35 37 <a class="site-title" href="<%= _siteUrlBase %>/" … … 236 238 /* Hub-home brand is WÉL zichtbaar — de thuisknop op artiest-/hub-pagina's. */ 237 239 .masthead-brand .nav-hub-home { 238 display: inline-block; vertical-align: middle; 240 display: inline-flex; align-items: center; justify-content: center; 241 width: 40px; height: 40px; 239 242 color: var(--ink); text-decoration: none; 240 font-family: var(--font-display, serif); font-weight: 700; font-size: 1.05rem; 241 transition: color 120ms; 242 } 243 .masthead-brand .nav-hub-home:hover { color: var(--accent); } 243 border-radius: 8px; 244 transition: color 120ms, background 120ms; 245 } 246 .masthead-brand .nav-hub-home:hover { color: var(--accent); background: var(--paper-2); } 247 .masthead-brand .nav-hub-home svg { width: 22px; height: 22px; } 244 248 245 249 /* On mobile, hide the entire masthead except for admin pages. The brand
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)