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

Configure Feed

Select the types of activity you want to include in your feed.

fix: move traffic sparkline above documents-by-platform, remove bounding box

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

zzstoatzz c4df3832 ca756a01

+14 -11
+7 -1
site/dashboard.css
··· 148 148 .timing-value { color: var(--text); } 149 149 .timing-value .dim { color: var(--text-dim); } 150 150 151 + .traffic-section { 152 + position: relative; 153 + margin-bottom: 2rem; 154 + } 151 155 .traffic-sparkline { 152 156 position: relative; 153 157 height: 60px; ··· 166 170 padding: 1px 4px; 167 171 } 168 172 .traffic-range-btns { 169 - margin-left: 0.5rem; 173 + position: absolute; 174 + top: 0; 175 + right: 0; 170 176 } 171 177 .traffic-range-btns button { 172 178 font-family: monospace;
+7 -10
site/dashboard.html
··· 44 44 <div class="live" id="live"></div> 45 45 </section> 46 46 47 - <section> 48 - <div class="section-title"> 49 - traffic 50 - <span class="traffic-range-btns" id="traffic-range"> 51 - <button data-range="24h">24h</button> 52 - <button data-range="7d" class="active">7d</button> 53 - <button data-range="30d">30d</button> 54 - </span> 55 - </div> 47 + <div class="traffic-section"> 56 48 <div class="traffic-sparkline" id="traffic-sparkline"></div> 57 - </section> 49 + <span class="traffic-range-btns" id="traffic-range"> 50 + <button data-range="24h">24h</button> 51 + <button data-range="7d" class="active">7d</button> 52 + <button data-range="30d">30d</button> 53 + </span> 54 + </div> 58 55 59 56 <section> 60 57 <div class="section-title">documents by platform</div>