Hide side nav when forcing group

This commit is contained in:
Jon Staab 2024-05-21 11:51:35 -07:00
parent 517ccc8857
commit a3408f1429

View File

@ -84,7 +84,7 @@
$: normalizedFeedDefinition = $globalFeed ? normalizeFeedDefinition($globalFeed.definition) : null
</script>
{#if isFeedPage}
{#if isFeedPage && !$env.FORCE_GROUP}
<div
in:fly={{x: -100, duration: 200}}
class="fixed bottom-0 left-72 top-0 z-nav w-60 bg-tinted-700 pt-24 transition-colors">