From b1c64d3f582c598bddf0a2e63838a1eb6421dc3d Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Tue, 20 Sep 2022 23:49:34 +0300 Subject: [PATCH] fix presence sidebar alignment --- frontend/public/global.css | 9 --------- frontend/src/components/PresenceSidebar.svelte | 8 ++++---- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index 4fcc834..b469971 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -360,15 +360,6 @@ body { text-overflow: ellipsis; } -.sidebar-button .sidebar-button-icon { - display: inline; - flex-shrink: 0; - - /* TODO: HACK! */ - width: 24px; - height: 24px; -} - .sidebar-button .icon-button { display: none; } diff --git a/frontend/src/components/PresenceSidebar.svelte b/frontend/src/components/PresenceSidebar.svelte index a3bd9c9..919a8fd 100644 --- a/frontend/src/components/PresenceSidebar.svelte +++ b/frontend/src/components/PresenceSidebar.svelte @@ -15,14 +15,14 @@