From 27bc4e43989d240160c6e126381f9967204f4344 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Thu, 22 Jan 2026 13:51:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=E9=A1=B5=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=A1=86=E5=A7=8B=E7=BB=88=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除目录框折叠按钮 - 删除 folded 类相关样式 - 调整内边距适配新布局 --- settings.php | 60 +--------------------------------------------------- 1 file changed, 1 insertion(+), 59 deletions(-) diff --git a/settings.php b/settings.php index a16867f..23c90cb 100644 --- a/settings.php +++ b/settings.php @@ -5635,8 +5635,6 @@ window.pjaxLoaded = function(){
- -
@@ -5705,7 +5703,7 @@ window.pjaxLoaded = function(){ box-shadow: 0 1px 1px rgba(0,0,0,.04); - padding: 6px 30px 6px 20px; + padding: 6px 20px; overflow-y: auto; @@ -5747,62 +5745,6 @@ window.pjaxLoaded = function(){ } - #headindex_toggler{ - - position: absolute; - - right: 5px; - - top: 5px; - - color: #555; - - background: #f7f7f7; - - box-shadow: 0 1px 0 #ccc; - - outline: none !important; - - border: 1px solid #ccc; - - border-radius: 2px; - - cursor: pointer; - - width: 40px; - - height: 25px; - - font-size: 12px; - - } - - #headindex_box.folded { - - right: -185px; - - } - - #headindex_box.folded #headindex_toggler{ - - position: fixed; - - right: 15px; - - top: 55px; - - font-size: 0px; - - } - - #headindex_box.folded #headindex_toggler:before{ - - content: ''; - - font-size: 12px; - - } - @media screen and (max-width:960px){ #headindex_box {