ui(bb): update post list surface colors

This commit is contained in:
Scott Idem
2026-02-12 15:07:05 -05:00
parent 6977867ed8
commit 4266bef352

View File

@@ -38,7 +38,7 @@
* DUAL-LAYER VISIBILITY LOGIC * DUAL-LAYER VISIBILITY LOGIC
* 1. Public Logic: If an item is enabled and NOT hidden, everyone sees it. * 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. * 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. * NOTE: We also respect the active query filters for hidden/enabled.
*/ */
const is_hidden = post.hide == true; const is_hidden = post.hide == true;
@@ -105,7 +105,7 @@
{@html idaa_post_obj.content} {@html idaa_post_obj.content}
<!-- Add an overlay to fade the content out when close to max height --> <!-- Add an overlay to fade the content out when close to max height -->
<div <div
class="post__content__fade w-full h-16 absolute bottom-0 left-0 bg-linear-to-t from-white to-transparent" class="post__content__fade w-full h-16 absolute bottom-0 left-0 bg-linear-to-t from-surface-50 to-transparent"
></div> ></div>
</div> </div>
{/if} {/if}