Changeset 72bf38f in Klonkt


Ignore:
Timestamp:
06/26/2026 10:17:05 AM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
cbe4f4e
Parents:
fdfd31b
Message:

fix(cirkel): white bg on list-view covers (.post-list-cover img, not .post-card)

The timeline list uses .post-list-cover, not .post-card — the earlier selector
matched nothing, so transparent PNGs still blended into the dark list cards.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/circle-feed.ejs

    rfdfd31b r72bf38f  
    8888   blend into the dark card. Opaque covers fully cover the white — no change. */
    8989.on-cirkel .grid-tile:not(.grid-tile-gradient) { background-color: #fff; }
    90 .on-cirkel .post-card img { background-color: #fff; }
     90.on-cirkel .post-list-cover img { background-color: #fff; }
    9191</style>
Note: See TracChangeset for help on using the changeset viewer.