Changeset 5783c67 in Klonkt


Ignore:
Timestamp:
06/26/2026 10:26:43 AM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
484adf8
Parents:
98688c6
Message:

fix(volgend): auto-boost checkbox rendered huge — scope the text-input style

.tl-follow input also matched the auto-boost checkbox (200px wide, 2.4rem tall ->
a big grey box). Scope it to input[type=text].

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/volgend.ejs

    r98688c6 r5783c67  
    4242  .tl-sub { font-size: 1.1rem; margin: 1.5rem 0 .75rem; }
    4343  .tl-follow { display: flex; gap: .5rem; margin: 0 0 1rem; flex-wrap: wrap; align-items: center; }
    44   .tl-follow input { flex: 1; min-width: 200px; height: 2.4rem; padding: 0 .9rem; border-radius: 999px; font: inherit;
     44  .tl-follow input[type="text"] { flex: 1; min-width: 200px; height: 2.4rem; padding: 0 .9rem; border-radius: 999px; font: inherit;
    4545    border: 1px solid color-mix(in srgb, var(--ink, #000) 18%, transparent); background: color-mix(in srgb, var(--ink, #000) 4%, transparent); color: var(--ink, #000); }
    4646  .tl-follow-ab { font-size: .85rem; color: var(--ink-soft, #888); display: inline-flex; align-items: center; gap: .3rem; cursor: pointer; }
Note: See TracChangeset for help on using the changeset viewer.