Changeset 066951c in Klonkt


Ignore:
Timestamp:
06/26/2026 08:28:21 AM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
3507b0b
Parents:
5d39e40
Message:

style(fediverse): render follow logo at 24px inside the same 36px circle

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/profile-header.ejs

    r5d39e40 r066951c  
    279279/* Follow-via-fediverse: compact icon button, sits in the links row */
    280280.profile-fedi-link { border: 0; padding: 0; background: var(--paper-2); cursor: pointer; -webkit-appearance: none; appearance: none; }
     281/* The fediverse logo is an open line-network, so it reads smaller than a solid
     282   glyph at 18px — render it larger INSIDE the same 36px circle (circle unchanged). */
     283.profile-fedi-link svg { width: 24px; height: 24px; }
    281284</style>
Note: See TracChangeset for help on using the changeset viewer.