From 212def12a5c7e72b061d1eacd3413ba6344e0cde Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Sun, 3 May 2026 18:09:06 +0100 Subject: [PATCH] appview/pages: fix stacking order in profilebase caused funky behavior with popups Signed-off-by: oppiliappan --- appview/pages/templates/fragments/tinyAvatarList.html | 2 +- appview/pages/templates/layouts/profilebase.html | 4 ++-- appview/pages/templates/user/fragments/picLink.html | 2 +- appview/pages/templates/user/fragments/profilePopover.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appview/pages/templates/fragments/tinyAvatarList.html b/appview/pages/templates/fragments/tinyAvatarList.html index 3482b3df..202b7663 100644 --- a/appview/pages/templates/fragments/tinyAvatarList.html +++ b/appview/pages/templates/fragments/tinyAvatarList.html @@ -11,7 +11,7 @@ {{ end }} {{ if gt (len $all) 5 }} - + +{{ sub (len $all) 5 }} {{ end }} diff --git a/appview/pages/templates/layouts/profilebase.html b/appview/pages/templates/layouts/profilebase.html index ce91c3ea..57ca1086 100644 --- a/appview/pages/templates/layouts/profilebase.html +++ b/appview/pages/templates/layouts/profilebase.html @@ -31,7 +31,7 @@ {{ define "content" }} {{ if not .Card.HasProfile }} -
+
@@ -43,7 +43,7 @@
{{ else }} {{ template "profileTabs" . }} -
+
{{ $style := "hidden md:block md:col-span-3" }} {{ if eq $.Active "overview" }} diff --git a/appview/pages/templates/user/fragments/picLink.html b/appview/pages/templates/user/fragments/picLink.html index a769c481..07a42671 100644 --- a/appview/pages/templates/user/fragments/picLink.html +++ b/appview/pages/templates/user/fragments/picLink.html @@ -53,7 +53,7 @@ {{ end }}