From e77a882c01f52e4d1d398e624f0b42956598b8c4 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 30 Oct 2025 09:49:48 +0000 Subject: [PATCH] appview/pages: reduce top padding on new-button dropdown Change-Id: qnqpsmnzwpsnzsnsqrqouozquwtmklnw there was slightly more padding above the new-button dropdown vs the profile dropdown in the topbar. Signed-off-by: oppiliappan --- .../pages/templates/layouts/fragments/topbar.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/appview/pages/templates/layouts/fragments/topbar.html b/appview/pages/templates/layouts/fragments/topbar.html index 0158e26c..3e226a9b 100644 --- a/appview/pages/templates/layouts/fragments/topbar.html +++ b/appview/pages/templates/layouts/fragments/topbar.html @@ -15,7 +15,7 @@ {{ with .LoggedInUser }} {{ block "newButton" . }} {{ end }} {{ template "notifications/fragments/bell" }} - {{ block "dropDown" . }} {{ end }} + {{ block "profileDropdown" . }} {{ end }} {{ else }} login or @@ -33,7 +33,7 @@ {{ i "plus" "w-4 h-4" }} -