{#if $statusBarStore}
{ $statusBarStore }
diff --git a/frontend/src/components/PresenceSidebar.svelte b/frontend/src/components/PresenceSidebar.svelte
index d1facb2..0b6ed0b 100644
--- a/frontend/src/components/PresenceSidebar.svelte
+++ b/frontend/src/components/PresenceSidebar.svelte
@@ -19,14 +19,14 @@
font-size: var(--h6);
}
- .presence-sidebar {
+ .presence-sidebar-limited {
min-width: 248px;
max-width: 248px;
}
-
-
+
+
ONLINE
@@ -34,7 +34,7 @@
{/each}
diff --git a/frontend/src/components/Sidebar.svelte b/frontend/src/components/Sidebar.svelte
index fb1ff1e..324b09e 100644
--- a/frontend/src/components/Sidebar.svelte
+++ b/frontend/src/components/Sidebar.svelte
@@ -87,7 +87,7 @@
settings
-
+
{#if $selectedCommunity.id !== -1}
{$selectedCommunity.name || ""}
diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css
index c31915b..2685c99 100644
--- a/frontend/src/styles/global.css
+++ b/frontend/src/styles/global.css
@@ -463,6 +463,10 @@ body {
background-color: var(--background-color-1);
}
+.sidebar-full {
+ width: 100%;
+}
+
.sidebar-buttons {
width: 100%;
height: 100%;
@@ -552,6 +556,14 @@ body {
cursor: pointer;
}
+/* util */
+
+.round-left {
+ border-top-left-radius: var(--radius-mdplus);
+ border-bottom-left-radius: var(--radius-mdplus);
+}
+
+
/*! the tweaks below are heavily based on modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,