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/authorize-interaction.ejs

    r474a5ed rdee7f02  
    118118
    119119<style>
    120   .auth-interact { max-width: 640px; margin: 2rem auto; padding: 0 1rem; }
     120  .auth-interact { max-width: 640px; margin: 1rem 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.