From 02f8507918f326484f4134ffcd07b564d5ea8696 Mon Sep 17 00:00:00 2001 From: Starryu-cn <39699309+Starryu-cn@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:08:49 +0800 Subject: [PATCH] Update home.module.scss --- app/components/home.module.scss | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 580acb4f1..21020c976 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -107,28 +107,10 @@ } .sidebar-copy-button { - position: relative; - display: inline-flex; - justify-content: center; - align-items: center; - width: 24px; - height: 24px; margin-left: 8px; + transform: scale(0.8); /*缩放按钮大小*/ } -.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; font-weight: bold;