forked from tangled.org/core
Monorepo for Tangled

appview/pages: uniform height for string actions

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

oppi.li a00e6a26 24a2f72c

verified
Changed files
+1 -1
appview
pages
templates
strings
+1 -1
appview/pages/templates/strings/string.html
··· 17 17 <span class="select-none">/</span> 18 18 <a href="/strings/{{ $ownerId }}/{{ .String.Rkey }}" class="font-bold">{{ .String.Filename }}</a> 19 19 </div> 20 - <div class="flex gap-2 text-base"> 20 + <div class="flex gap-2 items-stretch text-base"> 21 21 {{ if and .LoggedInUser (eq .LoggedInUser.Did .String.Did) }} 22 22 <a class="btn flex items-center gap-2 no-underline hover:no-underline p-2 group" 23 23 hx-boost="true"