Monorepo for Tangled tangled.org

appview: improve log page rendering on mobile

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

oppi.li 5d8c5d4b ffaadd3d

verified
Changed files
+2 -2
appview
pages
templates
repo
+2 -2
appview/pages/templates/repo/log.html
··· 102 102 <div class="text-base cursor-pointer"> 103 103 <div class="flex items-center justify-between"> 104 104 <div class="flex-1"> 105 - <div class="inline-flex items-end"> 105 + <div> 106 106 <a href="/{{ $.RepoInfo.FullName }}/commit/{{ $commit.Hash.String }}" 107 107 class="inline no-underline hover:underline dark:text-white"> 108 108 {{ index $messageParts 0 }} 109 109 </a> 110 110 {{ if gt (len $messageParts) 1 }} 111 111 <button 112 - class="py-1/2 px-1 bg-gray-200 hover:bg-gray-400 rounded dark:bg-gray-700 dark:hover:bg-gray-600 ml-2" 112 + class="py-1/2 px-1 bg-gray-200 hover:bg-gray-400 rounded dark:bg-gray-700 dark:hover:bg-gray-600" 113 113 hx-on:click="this.parentElement.nextElementSibling.classList.toggle('hidden')"> 114 114 {{ i "ellipsis" "w-3 h-3" }} 115 115 </button>