Changeset e91849c in Klonkt for src/views/pages/post.ejs
- Timestamp:
- 06/25/2026 10:21:29 PM (3 months ago)
- Branches:
- main
- Children:
- 67fe576
- Parents:
- 2902320
- File:
-
- 1 edited
-
src/views/pages/post.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post.ejs
r2902320 re91849c 90 90 <ol class="comments-list"> 91 91 <% _fedi.thread.forEach(function(n){ %> 92 <li class="comment"><%- include('../partials/fedi-node', { n: n, t: t, canManageSite: (typeof canManageSite !== 'undefined' ? canManageSite : false), _base: _base, siteAvatar: (typeof siteAvatar !== 'undefined' ? siteAvatar : null), formatDateTime: formatDateTime }) %></li>92 <li class="comment"><%- include('../partials/fedi-node', { n: n, t: t, canManageSite: (typeof canManageSite !== 'undefined' ? canManageSite : false), _base: _base, siteAvatar: (typeof siteAvatar !== 'undefined' ? siteAvatar : null), formatDateTime: formatDateTime, postSlug: post.slug }) %></li> 93 93 <% }); %> 94 94 </ol> … … 360 360 otherwise override the [hidden] attribute → form was always open. */ 361 361 .comment-reply-form[hidden] { display: none; } 362 .fedi-owner-reply summary { list-style: none; cursor: pointer; } 363 .fedi-owner-reply summary::-webkit-details-marker { display: none; } 364 .fedi-owner-reply[open] summary { margin-bottom: .45rem; } 362 365 /* DELETE button is inside a <form>; display:contents makes it a direct flex-sibling 363 366 of REPLY → pixel-perfect alignment + equal gap. */
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)