diff --git a/apps/matrix/apps/web/src/routes/(app)/chat/+page.svelte b/apps/matrix/apps/web/src/routes/(app)/chat/+page.svelte index cff456656..1c1d6eeae 100644 --- a/apps/matrix/apps/web/src/routes/(app)/chat/+page.svelte +++ b/apps/matrix/apps/web/src/routes/(app)/chat/+page.svelte @@ -6,7 +6,7 @@ import SearchDialog from '$lib/components/chat/SearchDialog.svelte'; import ForwardMessageDialog from '$lib/components/chat/ForwardMessageDialog.svelte'; import { CallView, IncomingCallDialog } from '$lib/components/call'; - import { ChatCircle, Plus, Gear } from '@manacore/shared-icons'; + import { ChatCircle, Plus, Gear, List } from '@manacore/shared-icons'; import { browser } from '$app/environment'; // Call state @@ -231,6 +231,24 @@ (showRoomSettings = false)} /> + + + {#if !sidebarOpen} + + {/if}