fix: load a chat channel on login/load

This commit is contained in:
Andy Burke 2026-01-21 15:40:13 -08:00
parent 32ed2dfd33
commit 6637927e20
3 changed files with 48 additions and 24 deletions

View file

@ -87,6 +87,11 @@
border-right: 1px solid var(--border-subtle);
}
#sidebar .profile-container {
width: 100%;
max-width: 100%;
}
#sidebar #sidebar-context-menu {
display: none;
visibility: hidden;