Changeset b31c119 in Klonkt for src/views/partials/post-tile.ejs

Timestamp:
06/30/2026 11:51:25 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
366c13c
Parents:
2a58d76
Message:

fix(cirkel): cover videos are decorative — no <video> right-click menu/controls

A cover that federated as an MP4 renders as a real <video>, so right-click
showed the browser's video menu (Loop, Show all controls, Picture in
picture, Save video as) and clicks hit the video instead of the tile link.
pointer-events:none lets clicks + right-click fall through to the tile <a>
(normal link menu, whole tile clickable); autoplay is unaffected.

  • src/assets/css/style.css — pointer-events:none on cover videos (grid/list/post)
  • src/views/shell.ejs — style.css buster v66 -> v67

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

(No files)

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