Ignore:
Timestamp:
06/26/2026 03:03:03 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
7ca3ffc
Parents:
474a5ed
Message:

style(fedi): remove the extra tab headroom + reduce wrapper top margin

Reverted the fedi-tabs top margin/mobile safe-area I'd added (the masthead already
clears the iOS notch via its own safe-area padding), and reduced the 5 fediverse page
wrappers' top margin 2rem -> 1rem. Less headroom on desktop/Android/iOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/fedi-notifications.ejs

    r474a5ed rdee7f02  
    3131
    3232<style>
    33   .nt-wrap { max-width: 640px; margin: 2rem auto; padding: 0 1rem; }
     33  .nt-wrap { max-width: 640px; margin: 1rem 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.