atproto pds in zig pds.zat.dev
pds atproto
24

Configure Feed

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

Simplify landing header icons

zzstoatzz (May 25, 2026, 1:37 AM -0500) c7e16f75 3308a2c2

+1 -7
+1 -7
src/http/landing/assets.zig
··· 50 50 \\ box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 8px 22px rgba(0,0,0,.16); 51 51 \\ transition: color 0.12s, border-color 0.12s, background 0.12s, transform 0.12s; 52 52 \\} 53 - \\.icon-link::before { 54 - \\ content: ""; position: absolute; inset: 5px; border-radius: 6px; 55 - \\ background: color-mix(in srgb, white 18%, var(--bg) 8%); 56 - \\ box-shadow: inset 0 1px 0 rgba(255,255,255,.22); 57 - \\ opacity: .72; 58 - \\} 59 - \\.icon-link img { position: relative; z-index: 1; width: 18px; height: 18px; object-fit: contain; display: block; filter: drop-shadow(0 1px 1px rgba(0,0,0,.32)); } 53 + \\.icon-link img { position: relative; z-index: 1; width: 20px; height: 20px; object-fit: contain; display: block; filter: drop-shadow(0 1px 2px rgba(0,0,0,.45)); } 60 54 \\.icon-link svg, .settings svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } 61 55 \\.icon-link:hover, .settings:hover { border-color: color-mix(in srgb, var(--green) 55%, var(--line)); background: color-mix(in srgb, var(--panel-2) 86%, transparent); transform: translateY(-1px); } 62 56 \\.settings {