Changeset e25438a in Klonkt for src/config/database.js

Timestamp:
06/21/2026 06:52:12 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
c1b757d
Parents:
9a34d31
Message:

fix(comments): reply form closed until REPLY click + DELETE pixel-perfectly aligned

(1) .comment-reply-form{display:flex} overrode the [hidden] attribute -> the
form was always open. Now .comment-reply-form[hidden]{display:none} so it only
opens after clicking REPLY (the toggle JS already set .hidden).
(2) DELETE was in a <form style=display:inline> -> slightly different alignment
from REPLY. Now .comment-actions form{display:contents} (+ inline style removed)
-> both are identical flex siblings with equal gap/baseline.

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

(No files)

Note: See TracChangeset for help on using the changeset viewer.