Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/repo/pull: reduce hit area to prevent horizontal page scrolling

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

authored by

eti and committed by
Tangled
1fc39eb4 d362e967

+1 -1
+1 -1
appview/pages/templates/repo/pulls/pull.html
··· 246 246 </style> 247 247 <label title="Toggle review panel" for="subsToggle" class="hidden md:flex items-center justify-end pointer-events-none"> 248 248 <span class="show-toggle hit-area hit-area-4 hit-area-x-2 pointer-events-auto cursor-pointer">{{ i "message-square-more" "size-4" }}</span> 249 - <span class="hide-toggle w-[25vw] justify-end"><span class="hit-area hit-area-4 pointer-events-auto cursor-pointer">{{ i "message-square" "size-4" }}</span></span> 249 + <span class="hide-toggle w-[25vw] justify-end"><span class="hit-area hit-area-4 hit-area-x-2 pointer-events-auto cursor-pointer">{{ i "message-square" "size-4" }}</span></span> 250 250 </label> 251 251 {{ end }} 252 252