Changeset 0dba092 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/24/2026 03:09:22 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
914eb9f
Parents:
749c183
Message:

style(activitypub): reply field as a floating popover (zero layout shift)

The address field now opens as an absolutely-positioned popover below the button
(appended to body) instead of inline — so neither the post CTA nor a comment row
reflows. Closes on outside-click, Escape, scroll, or cancel; toggles on re-click.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    r749c183 r0dba092  
    175175
    176176<!-- v9 stylesheet (full palette system) -->
    177 <link rel="stylesheet" href="/assets/css/style.css?v=43">
     177<link rel="stylesheet" href="/assets/css/style.css?v=44">
    178178
    179179<!-- Audio player styles: loaded on every page so the mini-player works
Note: See TracChangeset for help on using the changeset viewer.