search for standard sites pub-search.waow.tech
search zig blog atproto

fix: move syntax help after doc count, fix mobile oval

button was before header-stats instead of after it. mobile CSS
applied min-height: 44px to all buttons, stretching the 14px
circle into a tall oval. exclude .syntax-help-btn from that rule.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2 -2
+2 -2
site/index.html
··· 707 707 width: 80px; 708 708 } 709 709 710 - button { 710 + button:not(.syntax-help-btn) { 711 711 min-height: 44px; 712 712 padding: 0.5rem 0.75rem; 713 713 } ··· 794 794 </head> 795 795 <body> 796 796 <div class="container"> 797 - <h1><a href="/" class="title">pub search</a> <span class="by">by <a href="https://bsky.app/profile/zzstoatzz.io" target="_blank">@zzstoatzz.io</a></span> <a href="https://tangled.sh/@zzstoatzz.io/leaflet-search" target="_blank" class="src">[src]</a> <button class="syntax-help-btn" id="syntax-help-btn" title="search syntax">?</button> <a id="header-stats" class="stats-link"></a></h1> 797 + <h1><a href="/" class="title">pub search</a> <span class="by">by <a href="https://bsky.app/profile/zzstoatzz.io" target="_blank">@zzstoatzz.io</a></span> <a href="https://tangled.sh/@zzstoatzz.io/leaflet-search" target="_blank" class="src">[src]</a> <a id="header-stats" class="stats-link"></a> <button class="syntax-help-btn" id="syntax-help-btn" title="search syntax">?</button></h1> 798 798 799 799 <div class="search-box"> 800 800 <input type="text" id="query" placeholder="search content..." autofocus>