From 0b9f192f5b06be5b849650d361881356a944c310 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Thu, 17 Jul 2025 19:33:42 +0800 Subject: [PATCH] Update style.css --- assets/style.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/assets/style.css b/assets/style.css index 2a0f853..1966364 100644 --- a/assets/style.css +++ b/assets/style.css @@ -401,22 +401,22 @@ hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 0; } font-size: 9px; font-weight: normal; } -/* 左侧容器:垂直布局 */ + .header-left-panel { - display: flex; /* 弹性布局 */ - flex-direction: column; /* 垂直排列 */ - align-items: flex-start;/* 左对齐 */ - gap: 10px; /* 内部元素间距 */ + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 10px; } -/* 翰林院入口容器 (简化无背景) */ + .rag-palace-entry-container { - width: auto; /* 自适应宽度 */ + width: auto; } -/* 翰林院按钮 - 与内阁密室一致 */ + #amily2_open_rag_palace { - /* 完全复用内阁密室的样式 */ + background: none !important; border: none !important; box-shadow: none !important; @@ -425,7 +425,7 @@ hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 0; } color: var(--SmartThemeBodyColor); } -/* 确保所有可切换面板表现一致 */ + #rag_palace_panel { display: none; } @@ -434,4 +434,4 @@ hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 0; } display: flex; flex-direction: column; flex-grow: 1; -} \ No newline at end of file +}