From 1dcbd0a595a117bfc9e8ebc8e48da3c11bd11860 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Fri, 28 Mar 2025 23:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A8=AA=E5=90=91=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E7=9A=84=E6=A0=B7=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index e12f1b1..b553156 100644 --- a/theme.css +++ b/theme.css @@ -1505,6 +1505,11 @@ tbody>tr>td, background-color: rgba(255, 255, 255, 0.2) !important; } +/* 横向滚动条整体样式 */ +::-webkit-scrollbar:horizontal { + height: 4px; /* 设置横向滚动条高度 */ +} + /* @@ -2242,4 +2247,8 @@ body:not(.is-mobile) .vertical-tab-header-group-items { .is-phone .modal.mod-settings .vertical-tab-header-group-title { padding-left: 30px; font-size: 0.8em; +} + +.ac-settings-heading { + border-bottom: none; } \ No newline at end of file