Changeset b31c119 in Klonkt
- Timestamp:
- 06/30/2026 11:51:25 PM (2 months ago)
- Branches:
- main
- Children:
- 366c13c
- Parents:
- 2a58d76
- Location:
- src
- Files:
-
- 2 edited
-
assets/css/style.css (modified) (1 diff)
-
views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/style.css
r2a58d76 rb31c119 2402 2402 .grid-tile-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: opacity .4s ease; } 2403 2403 .grid-tile-img.is-loading { opacity: 0; } 2404 /* Cover videos are decorative, not players: let clicks + right-click pass through to the 2405 tile link so you get the normal link menu (not the browser's <video> menu/controls). 2406 Autoplay is independent of pointer-events, so the video still plays. */ 2407 video.grid-tile-img, 2408 .post-list-cover video, 2409 .post-cover video { pointer-events: none; } 2404 2410 .grid-tile:hover { transform: scale(0.98); } 2405 2411 .grid-tile-overlay { -
src/views/shell.ejs
r2a58d76 rb31c119 216 216 217 217 <!-- v9 stylesheet (full palette system) --> 218 <link rel="stylesheet" href="/assets/css/style.css?v=6 6">218 <link rel="stylesheet" href="/assets/css/style.css?v=67"> 219 219 <script> 220 220 /* iOS safe-area, built by hand. env(safe-area-inset-top) resolves to 0 on this iOS in
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)