diff --git a/assets/beep.css b/assets/beep.css index 357e7bd..42baac4 100755 --- a/assets/beep.css +++ b/assets/beep.css @@ -557,15 +557,6 @@ .beep-embed .beep-time:hover { text-decoration: underline; } .beep-embed .beep-spacer { flex: 1; min-width: 8px; } -/* Per-post bird badge (brand corner mark) */ -.beep-embed .beep-post-badge { - flex-shrink: 0; - opacity: 0.6; - transition: opacity 0.15s ease; -} - -.beep-embed .beep-post:hover .beep-post-badge { opacity: 0.9; } - /* Post text */ .beep-embed .beep-text { font-size: 15px; @@ -1017,7 +1008,7 @@ font-variant-numeric: tabular-nums; } -/* ---------- Bottom bar (bird emblem + brand wordmark + delete) ---------- */ +/* ---------- Bottom bar (bird emblem + brand wordmark) ---------- */ .beep-embed .beep-bottom-bar { display: flex; align-items: center; @@ -1049,6 +1040,7 @@ .beep-embed .beep-post:hover .beep-post-wordmark, .beep-embed .beep-reply:hover .beep-post-wordmark { opacity: 0.85; } +.beep-embed .beep-reply:hover .beep-post-emblem { opacity: 0.9; } .beep-embed .beep-delete-link { background: transparent; diff --git a/includes/helpers.php b/includes/helpers.php index a6fb22d..94bb74b 100755 --- a/includes/helpers.php +++ b/includes/helpers.php @@ -668,6 +668,11 @@ function beep_render_reply($comment, $all_comments = [], $depth = 0, $post_id = comment_ID); ?> +
+ comment_ID, $depth + 1, $post_id, $can_interact);