From 4f074526b036dde0eb6d447321c92e694c9b1736 Mon Sep 17 00:00:00 2001 From: Starryu-cn <39699309+Starryu-cn@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:19:36 +0800 Subject: [PATCH] Update home.module.scss --- app/components/home.module.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 21020c976..0abfbe48f 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -101,6 +101,14 @@ bottom: 18px; } +.sidebar-logo-container { + position: absolute; + top: 50%; + right: 16px; + transform: translateY(-50%); +} + + .sidebar-sub-title-container { display: flex; align-items: center;