Monorepo for Tangled tangled.org

appview/pages/templates/repo/pulls: fix hit area of review/comments panel toggle #1227

Clicking the empty space to the left of the "comment" button toggle used to collapse the comments column โ€” the hit area has now instead been limited to the icon/button itself.

Add hit-area utility classes to input.css Source: https://bazza.dev/craft/2026/hit-area

Signed-off-by: eti eti@eti.tf

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xu5apv6kmu5jp7g5hwdnej42/sh.tangled.repo.pull/3mi2g7v63kx22
+2 -2
Interdiff #0 โ†’ #1
+2 -2
appview/pages/templates/repo/pulls/pull.html
··· 119 119 {{ $id := index . 0 }} 120 120 {{ $target := index . 1 }} 121 121 {{ $direction := index . 2 }} 122 - <div id="{{ $id }}" 122 + <div id="{{ $id }}" 123 123 data-resizer="vertical" 124 124 data-target="{{ $target }}" 125 125 data-direction="{{ $direction }}" ··· 318 318 {{ $round := $item.RoundNumber }} 319 319 <div class="flex gap-2 items-center justify-between mb-1"> 320 320 <span class="inline-flex items-center gap-2 text-sm text-gray-500 dark:text-gray-400 pt-2"> 321 - {{ $handle := resolve $root.Pull.OwnerDid }} 321 + {{ $handle := resolve $root.Pull.OwnerDid }} 322 322 <a class="text-gray-500 dark:text-gray-400 hover:text-gray-500 dark:hover:text-gray-300" href="/{{ $handle }}">{{ $handle }}</a> 323 323 submitted 324 324 <span class="px-2 py-0.5 text-black dark:text-white bg-gray-100 dark:bg-gray-700 border-gray-300 dark:border-gray-600 rounded font-mono text-xs border">
input.css

This file has not been changed.

History

2 rounds 1 comment
sign up or login to add to the discussion
eti.tf submitted #1
1 commit
expand
appview/pages/templates/repo/pulls: fix hit area of review/comments panel toggle
expand 0 comments
pull request successfully merged
eti.tf submitted #0
1 commit
expand
appview/pages/templates/repo/pulls: fix hit area of review/comments panel toggle
expand 1 comment

i had come to grow quite fond of this behavior :)

but i think this change makes sense, lgtm barring conflicts!