Ignore:
Timestamp:
06/26/2026 02:26:52 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
79d1281
Parents:
2e45a369
Message:

style(fedi): unify all fediverse page widths to 640px (pixel-perfect tab bar)

timeline/following/replies/notifications/blocking wrappers were 600/640/560/620/580 ->
all 640px now, so the tab bar is identical width on every tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/authorize-interaction.ejs

    r2e45a369 rc69267f  
    118118
    119119<style>
    120   .auth-interact { max-width: 580px; margin: 2rem auto; padding: 0 1rem; }
     120  .auth-interact { max-width: 640px; margin: 2rem auto; padding: 0 1rem; }
    121121  .auth-interact-title { margin: 0 0 1rem; }
    122122  .auth-interact-meta { color: var(--ink-soft, #888); margin: 0 0 .75rem; }
Note: See TracChangeset for help on using the changeset viewer.