Changeset 1dca23b in Klonkt


Ignore:
Timestamp:
06/17/2026 12:51:18 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
dc4c067
Parents:
a3e2f17
Message:

View-switcher: margin-top back to 0.5rem (tight under the profile header line)

The symmetric 1.5rem made the pills float too far from the divider line.
The 8px was intentional: pills align with the line, the larger space below
is breathing room toward the feed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/shared-styles.ejs

    ra3e2f17 r1dca23b  
    66  border-bottom: 1px solid var(--rule);
    77  background: var(--paper);
    8   /* Even veel lucht boven als onder de pill-balk (margin-bottom = 1.5rem in
    9      style.css). Was 0.5rem → voelde scheef. */
    10   margin-top: 1.5rem;
     8  /* Strakke ruimte (8px) tussen de profielkop-streep en de pills — bewust klein
     9     zodat de pills aansluiten op de lijn. De grotere margin-bottom (1.5rem in
     10     style.css) is lucht naar de feed; dat hoort niet symmetrisch te zijn. */
     11  margin-top: 0.5rem;
    1112}
    1213.view-switcher-wrap .container {
Note: See TracChangeset for help on using the changeset viewer.