interactive intro to open social at-me.zzstoatzz.io

fix: align buttons and ensure consistent monospace font #11

merged opened by zzstoatzz.io targeting main from fix/button-alignment-and-font
  • add display: flex and align-items: center to .logout for consistent vertical alignment with .watch-live-btn
  • add explicit font-family: inherit to .watch-live-btn to ensure monospace font usage

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xbtmt2zjwlrfegqvch7fboei/sh.tangled.repo.pull/3m33wvr7wub22
+3
Diff #0
+3
src/templates.rs
··· 299 299 -webkit-tap-highlight-color: transparent; 300 300 cursor: pointer; 301 301 border-radius: 2px; 302 + display: flex; 303 + align-items: center; 302 304 }} 303 305 304 306 .logout:hover, .logout:active {{ ··· 1193 1195 position: fixed; 1194 1196 top: clamp(1rem, 2vmin, 1.5rem); 1195 1197 right: clamp(6rem, 14vmin, 9rem); 1198 + font-family: inherit; 1196 1199 font-size: clamp(0.65rem, 1.4vmin, 0.75rem); 1197 1200 color: var(--text-light); 1198 1201 border: 1px solid var(--border);

History

1 round 0 comments
sign up or login to add to the discussion
zzstoatzz.io submitted #0
1 commit
expand
fix: align buttons and ensure consistent monospace font
expand 0 comments
pull request successfully merged