mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-07 07:05:49 +00:00
Update style.css
This commit is contained in:
@@ -401,22 +401,22 @@ hr { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 0; }
|
|||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
/* 左侧容器:垂直布局 */
|
|
||||||
.header-left-panel {
|
.header-left-panel {
|
||||||
display: flex; /* 弹性布局 */
|
display: flex;
|
||||||
flex-direction: column; /* 垂直排列 */
|
flex-direction: column;
|
||||||
align-items: flex-start;/* 左对齐 */
|
align-items: flex-start;
|
||||||
gap: 10px; /* 内部元素间距 */
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 翰林院入口容器 (简化无背景) */
|
|
||||||
.rag-palace-entry-container {
|
.rag-palace-entry-container {
|
||||||
width: auto; /* 自适应宽度 */
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 翰林院按钮 - 与内阁密室一致 */
|
|
||||||
#amily2_open_rag_palace {
|
#amily2_open_rag_palace {
|
||||||
/* 完全复用内阁密室的样式 */
|
|
||||||
background: none !important;
|
background: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow: 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);
|
color: var(--SmartThemeBodyColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 确保所有可切换面板表现一致 */
|
|
||||||
#rag_palace_panel {
|
#rag_palace_panel {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user