Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).

appview/pages: fix missing borders in submission headers

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li ae3c8205 2286c057

verified
+7 -6
+7 -6
appview/pages/templates/repo/pulls/pull.html
··· 165 165 text-white md:text-black md:dark:text-white 166 166 bg-green-600 dark:bg-green-700 167 167 md:bg-white md:dark:bg-gray-800 168 - drop-shadow-sm 169 - border-t md:border-x md:border-t-0 border-gray-200 dark:border-gray-700"> 168 + drop-shadow-sm border-t md:border-x border-gray-200 dark:border-gray-700"> 170 169 <h2 class="">History</h2> 171 170 {{ template "subsPanelSummary" $ }} 172 171 </summary> ··· 251 252 {{ $root := index . 3 }} 252 253 {{ $round := $item.RoundNumber }} 253 254 <div class=" 254 - w-full shadow-sm bg-gray-50 dark:bg-gray-900 border-2 border-t-0 255 + w-full shadow-sm bg-gray-50 dark:bg-gray-900 border border-t-0 255 256 {{ if eq $round 0 }}rounded-b{{ else }}rounded{{ end }} 256 257 {{ if eq $round $root.ActiveRound }} 257 258 border-blue-200 dark:border-blue-700 ··· 270 271 {{ $root := index . 3 }} 271 272 {{ $round := $item.RoundNumber }} 272 273 <div class=" 273 - {{ if eq $round 0 }}rounded-b{{ else }}rounded{{ end }} 274 + {{ if ne $round 0 }}rounded-t{{ end }} 274 275 px-6 py-4 pr-2 pt-2 275 276 bg-white dark:bg-gray-800 277 + 276 278 {{ if eq $round $root.ActiveRound }} 277 - border-t-2 border-blue-200 dark:border-blue-700 279 + border-t border-t-blue-200 dark:border-t-blue-700 278 280 {{ else }} 279 - border-b-2 border-gray-200 dark:border-gray-700 281 + border-t border-t-gray-200 dark:border-t-gray-700 280 282 {{ end }} 283 + 281 284 flex gap-2 sticky top-0 z-20"> 282 285 <!-- left column: just profile picture --> 283 286 <div class="flex-shrink-0 pt-2">