Changeset c69267f in Klonkt for src/views/pages/timeline.ejs


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/timeline.ejs

    r2e45a369 rc69267f  
    6363
    6464<style>
    65   .tl-wrap { max-width: 600px; margin: 1.5rem auto 3rem; padding: 0 1rem; }
     65  .tl-wrap { max-width: 640px; margin: 2rem auto 3rem; padding: 0 1rem; }
    6666  .tl-title { margin: 0 0 .15rem; font-size: clamp(1.5rem, 4vw, 1.8rem); }
    6767  .tl-lead { color: var(--ink-soft, #888); margin: 0 0 1.5rem; }
Note: See TracChangeset for help on using the changeset viewer.