This repository has no description
0

Configure Feed

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

appview/pages: revert language arrangement to flex-grow

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

author
oppiliappan
date (Apr 23, 2026, 4:30 PM +0100) commit 261bb01d parent 92009db2 change-id rzxpxuuw
+1 -1
+1 -1
appview/pages/templates/repo/index.html
··· 47 47 <div class="px-4 py-2 border-b border-gray-200 dark:border-gray-600 flex items-center gap-4 flex-wrap"> 48 48 {{ range $value := .Languages }} 49 49 <div 50 - class="flex items-center gap-2 text-xs align-items-center justify-center" 50 + class="flex flex-grow items-center gap-2 text-xs align-items-center justify-center" 51 51 > 52 52 {{ template "repo/fragments/colorBall" (dict "color" (langColor $value.Name)) }} 53 53 <div>{{ or $value.Name "Other" }}