From d01fa2cc5459edc320fc3c77c9ad4a514c83819a Mon Sep 17 00:00:00 2001 From: Starryu-cn <39699309+Starryu-cn@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:06:32 +0800 Subject: [PATCH] Update home.module.scss --- app/components/home.module.scss | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index f0a8a1b83..580acb4f1 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -111,14 +111,23 @@ display: inline-flex; justify-content: center; align-items: center; - padding: 4px; - width: 24px; // 调整宽度 - height: 24px; // 调整高度 - background-color: var(--theme-color); - border-radius: 50%; + width: 24px; + height: 24px; margin-left: 8px; } +.sidebar-copy-icon { + display: inline-flex; + justify-content: center; + align-items: center; + padding: 4px; + width: 24px; + height: 24px; + background-color: var(--theme-color); + border-radius: 50%; +} + + .sidebar-title { font-size: 30px;