Changeset c69267f in Klonkt for src/views/pages/blocks.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/blocks.ejs

    r2e45a369 rc69267f  
    2727
    2828<style>
    29   .bl-wrap { max-width: 560px; margin: 2rem auto; padding: 0 1rem; }
     29  .bl-wrap { max-width: 640px; margin: 2rem auto; padding: 0 1rem; }
    3030  .bl-title { margin: 0 0 .25rem; }
    3131  .bl-lead { color: var(--ink-soft, #888); margin: 0 0 1.25rem; }
Note: See TracChangeset for help on using the changeset viewer.