Monorepo for Tangled tangled.org
2

Configure Feed

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

appview/topbar: shrink logotype to plain logo on smaller devices

in the topbar, on smaller devices, shrink the full logotype to just the
logo.

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

author
oppiliappan
committer
Tangled
date (Jun 22, 2026, 1:18 PM +0300) commit 1bed90ef parent af4d6fdf change-id xpvqrxks
+2 -1
+2 -1
appview/pages/templates/layouts/fragments/topbar.html
··· 3 3 <div class="flex justify-between p-0 items-center"> 4 4 <div id="left-items"> 5 5 <a href="/" hx-boost="true" class="text-2xl no-underline hover:no-underline flex items-center gap-2"> 6 - {{ template "fragments/logotypeSmall" }} 6 + <span class="hidden sm:inline-flex">{{ template "fragments/logotypeSmall" }}</span> 7 + <span class="inline-flex sm:hidden">{{ template "fragments/dolly/logo" (dict "Classes" "size-8" ) }}</span> 7 8 </a> 8 9 </div> 9 10