Changeset 9f81a09 in Klonkt for src/assets/css/style.css


Ignore:
Timestamp:
06/16/2026 01:56:56 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
d2c43f9
Parents:
43dbf9c
Message:

Circles: Solo/Circle scope toggle in the switcher bar (left) + Circle nav link removed

  • view-switcher: Solo/Circle segmented toggle on the left (circle mode only), full navigation (body-class/grid-CSS guaranteed correct).
  • style.css: feed-scope buttons + on-cirkel added to grid-toggle rules (grid/timeline now also switches on /cirkel).
  • topnav + bottom-tab: the standalone Circle nav link removed (replaced by the toggle).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/assets/css/style.css

    r43dbf9c r9f81a09  
    20752075body.on-home[data-feed-view="grid"]    .article-footer,
    20762076body.on-archive[data-feed-view="grid"] .feed-timeline,
    2077 body.on-archive[data-feed-view="grid"] .pagination {
     2077body.on-archive[data-feed-view="grid"] .pagination,
     2078body.on-cirkel[data-feed-view="grid"]  .feed-timeline {
    20782079    display: none !important;
    20792080}
     
    20812082.feed-grid { display: none; }
    20822083body.on-home[data-feed-view="grid"]    .feed-grid,
    2083 body.on-archive[data-feed-view="grid"] .feed-grid { display: block; }
     2084body.on-archive[data-feed-view="grid"] .feed-grid,
     2085body.on-cirkel[data-feed-view="grid"]  .feed-grid { display: block; }
    20842086
    20852087/* -------- GRID VIEW TILES (Instagram-stijl) -------- */
     
    23632365    flex-wrap: wrap;
    23642366}
     2367
     2368/* Solo / Cirkel scope-toggle (alleen in circle-modus) — links in de bar */
     2369.feed-scope { display: inline-flex; gap: .35rem; }
     2370.view-switcher-wrap .feed-scope { margin-right: auto; }
     2371.feed-scope-btn {
     2372    display: inline-flex; align-items: center;
     2373    padding: .35rem .85rem; min-height: 32px;
     2374    background: transparent; border: 1px solid var(--rule); border-radius: 999px;
     2375    color: var(--ink-muted); font-family: var(--font-ui); font-size: .82rem;
     2376    text-decoration: none; cursor: pointer; transition: all .15s;
     2377}
     2378.feed-scope-btn:hover { color: var(--ink); border-color: var(--ink-muted); }
     2379.feed-scope-btn.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
    23652380
    23662381.grid-cols-picker {
Note: See TracChangeset for help on using the changeset viewer.