From bf0f20ef3513f2d10619024ec9ae0e467497ca6f Mon Sep 17 00:00:00 2001 From: eti Date: Fri, 08 May 2026 21:32:14 +0000 Subject: [PATCH] appview/logo: make dolly smoother Signed-off-by: eti --- appview/pages/templates/fragments/logotype.html | 3 +-- appview/pages/templates/fragments/logotypeSmall.html | 4 ++-- appview/pages/templates/fragments/dolly/logo.html | 101 +++++++---------------------------------------------------------------------------------------------- appview/pages/templates/fragments/dolly/logotype.html | 54 +++++++++--------------------------------------------- 4 file(s) changed, 19 insertion(s)(+), 143 deletion(s)(-) diff --git a/appview/pages/templates/fragments/logotype.html b/appview/pages/templates/fragments/logotype.html --- a/appview/pages/templates/fragments/logotype.html +++ b/appview/pages/templates/fragments/logotype.html @@ -1,7 +1,6 @@ {{ define "fragments/logotype" }} - {{ template "fragments/dolly/logo" (dict "Classes" "size-16 text-black dark:text-white") }} - tangled + {{ template "fragments/dolly/logotype" (dict "Classes" "size-16") }} alpha diff --git a/appview/pages/templates/fragments/logotypeSmall.html b/appview/pages/templates/fragments/logotypeSmall.html --- a/appview/pages/templates/fragments/logotypeSmall.html +++ b/appview/pages/templates/fragments/logotypeSmall.html @@ -1,8 +1,8 @@ {{ define "fragments/logotypeSmall" }} - {{ template "fragments/dolly/logotype" (dict "Classes" "h-8 text-black dark:text-white") }} + {{ template "fragments/dolly/logotype" (dict "Classes" "h-8") }} alpha - + {{ end }} diff --git a/appview/pages/templates/fragments/dolly/logo.html b/appview/pages/templates/fragments/dolly/logo.html --- a/appview/pages/templates/fragments/dolly/logo.html +++ b/appview/pages/templates/fragments/dolly/logo.html @@ -1,96 +1,9 @@ {{ define "fragments/dolly/logo" }} - - - - - - - - - - - - - - - - - - - - - - - + + + {{ end }} diff --git a/appview/pages/templates/fragments/dolly/logotype.html b/appview/pages/templates/fragments/dolly/logotype.html --- a/appview/pages/templates/fragments/dolly/logotype.html +++ b/appview/pages/templates/fragments/dolly/logotype.html @@ -1,48 +1,12 @@ {{ define "fragments/dolly/logotype" }} - - - - - - - - - - - + + + + + + + + + {{ end }} -- tangled.sh