Changeset dd80030 in Klonkt


Ignore:
Timestamp:
06/17/2026 02:00:53 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
c3ad46d
Parents:
d5b9d2a
Message:

Prutter inbox: also hide site footer (same as the chat)

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

File:
1 edited

Legend:

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

    rd5b9d2a rdd80030  
    4545
    4646<style>
     47/* Geen site-footer in Prutter (ook niet op de inbox) — net als de chat. */
     48body:has(.prutter-inbox-page) .site-footer { display: none; }
     49
    4750.prutter-inbox-page { max-width: 720px; margin: 3rem auto; padding: 0 1rem; }
    4851.prutter-header h1 {
Note: See TracChangeset for help on using the changeset viewer.