From 4266bef3529be185be1abe785a71038184283878 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 12 Feb 2026 15:07:05 -0500 Subject: [PATCH] ui(bb): update post list surface colors --- src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte index 2c212aa4..1213fe2b 100644 --- a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte +++ b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte @@ -38,7 +38,7 @@ * DUAL-LAYER VISIBILITY LOGIC * 1. Public Logic: If an item is enabled and NOT hidden, everyone sees it. * 2. Trusted Logic: If an item is disabled OR hidden, ONLY trusted users see it. - * + * * NOTE: We also respect the active query filters for hidden/enabled. */ const is_hidden = post.hide == true; @@ -105,7 +105,7 @@ {@html idaa_post_obj.content}
{/if}