Changeset fdd0d61 in Klonkt for src/views/partials/fedi-tabs.ejs


Ignore:
Timestamp:
06/26/2026 02:31:53 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
c0e00a2
Parents:
79d1281
Message:

style(tijdlijn): show full images (no crop/letterbox) + more headroom above fedi tabs

Timeline images now render at their natural ratio (width 100%, height auto) stacked, on
white — never cropped and no letterbox bars. Added top margin to the fedi tab bar for
breathing room below the top nav.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/fedi-tabs.ejs

    r79d1281 rfdd0d61  
    1919<style>
    2020/* All 5 tabs share the width equally and always fit (truncate with ellipsis if needed). */
    21 .fedi-tabs { display: flex; margin: 0 0 1.25rem;
     21.fedi-tabs { display: flex; margin: 1.25rem 0 1.5rem;
    2222  border-bottom: 1px solid color-mix(in srgb, var(--ink, #000) 10%, transparent); }
    2323.fedi-tab { flex: 1 1 0; min-width: 0; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
Note: See TracChangeset for help on using the changeset viewer.