Changeset 9611f31 in Klonkt


Ignore:
Timestamp:
06/17/2026 01:39:35 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
8f6a61d
Parents:
d3e2987
Message:

Prutter chat: hide site footer (was showing through the fixed chat)

The conversation is position:fixed (out of flow) → the site footer (copyright +
version + Install app button) appeared in the empty message area. Hidden on the
chat via body:has(.prutter-conv-page).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/prutter-conversation.ejs

    rd3e2987 r9611f31  
    8787
    8888<style>
     89/* De chat is position:fixed (los uit de flow) → de site-footer (met copyright,
     90   versie én de "Installeer app"-knop) schemerde erdoorheen in het lege
     91   berichtgebied. In de chat hoort die footer niet thuis: verbergen. */
     92body:has(.prutter-conv-page) .site-footer { display: none; }
     93
    8994/* ── Full-height chat-layout (mobile-first) ──────────────────────────────
    9095   De pagina is FIXED gepind tussen de topnav (desktop) en de onderste balken
Note: See TracChangeset for help on using the changeset viewer.