Monorepo for Tangled

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> ··· 252 251 {{ $root := index . 3 }} 253 252 {{ $round := $item.RoundNumber }} 254 253 <div class=" 255 - w-full shadow-sm bg-gray-50 dark:bg-gray-900 border-2 border-t-0 254 + w-full shadow-sm bg-gray-50 dark:bg-gray-900 border border-t-0 256 255 {{ if eq $round 0 }}rounded-b{{ else }}rounded{{ end }} 257 256 {{ if eq $round $root.ActiveRound }} 258 257 border-blue-200 dark:border-blue-700 ··· 271 270 {{ $root := index . 3 }} 272 271 {{ $round := $item.RoundNumber }} 273 272 <div class=" 274 - {{ if eq $round 0 }}rounded-b{{ else }}rounded{{ end }} 273 + {{ if ne $round 0 }}rounded-t{{ end }} 275 274 px-6 py-4 pr-2 pt-2 276 275 bg-white dark:bg-gray-800 276 + 277 277 {{ if eq $round $root.ActiveRound }} 278 - border-t-2 border-blue-200 dark:border-blue-700 278 + border-t border-t-blue-200 dark:border-t-blue-700 279 279 {{ else }} 280 - border-b-2 border-gray-200 dark:border-gray-700 280 + border-t border-t-gray-200 dark:border-t-gray-700 281 281 {{ end }} 282 + 282 283 flex gap-2 sticky top-0 z-20"> 283 284 <!-- left column: just profile picture --> 284 285 <div class="flex-shrink-0 pt-2">