Changeset cf4cf27 in Klonkt for src/assets/css/style.css


Ignore:
Timestamp:
06/26/2026 05:10:47 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
eacd3d6
Parents:
eefd302
Message:

feat(circle): show only the post title in the feed + 2x larger source link

Circle feed used the whole post text as the title (run-on). Now extract just the
title (the note's bold first line); title-less notes fall back to a snippet. And the
'van <site>' source link (with ⛓ icon) is 2x larger (.72rem -> 1.44rem). style.css?v=55.

File:
1 edited

Legend:

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

    reefd302 rcf4cf27  
    23982398.grid-tile-overlay-src {
    23992399    color: #fff; opacity: .85;
    2400     font-size: .72rem; margin-top: .2rem;
     2400    font-size: 1.44rem; margin-top: .2rem;
    24012401    display: inline-flex; align-items: center;
    24022402}
    24032403.grid-tile-overlay-src::before { content: "⛓"; margin-right: .25rem; font-size: .9em; }
    24042404.grid-tile-gradient-src {
    2405     margin-top: .35rem; font-size: .72rem; opacity: .85;
     2405    margin-top: .35rem; font-size: 1.44rem; opacity: .85;
    24062406    color: var(--ink-soft);
    24072407    display: inline-flex; align-items: center;
Note: See TracChangeset for help on using the changeset viewer.