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/fedi-notifications.ejs

    r2e45a369 rc69267f  
    3131
    3232<style>
    33   .nt-wrap { max-width: 620px; margin: 2rem auto; padding: 0 1rem; }
     33  .nt-wrap { max-width: 640px; margin: 2rem auto; padding: 0 1rem; }
    3434  .fedi-back { margin: 0 0 1.25rem; }
    3535  .nt-title { margin: 0 0 1.25rem; }
Note: See TracChangeset for help on using the changeset viewer.