mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 06:55:51 +00:00
ci: auto build & obfuscate [2026-04-06 19:02:37] (Jenkins #10)
This commit is contained in:
@@ -752,56 +752,23 @@ hr.header-divider {
|
||||
}
|
||||
}
|
||||
|
||||
/* === Profile 弹窗 === */
|
||||
.amily2-modal-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
z-index: 9999;
|
||||
/* === Profile 表单(details 折叠) === */
|
||||
.amily2-profile-form > summary {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 12px;
|
||||
box-sizing: border-box;
|
||||
gap: 6px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.amily2-modal-content {
|
||||
background: var(--SmartThemeBlurTintColor);
|
||||
border: 1px solid var(--SmartThemeBorderColor);
|
||||
border-radius: 8px;
|
||||
padding: 20px;
|
||||
width: min(500px, 100%);
|
||||
max-height: 90dvh;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
.amily2-profile-form > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.amily2-modal-overlay {
|
||||
align-items: flex-end;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.amily2-modal-content {
|
||||
width: 100%;
|
||||
max-height: 92dvh;
|
||||
border-radius: 12px 12px 0 0;
|
||||
padding: 16px 14px;
|
||||
}
|
||||
|
||||
/* 按钮行在窄屏下撑满宽度 */
|
||||
.amily2-modal-content > div:last-child {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.amily2-modal-content > div:last-child .menu_button {
|
||||
flex: 1;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
/* 模型获取按钮行 */
|
||||
.amily2-modal-content #amily2_pf_fetch_models {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.amily2-profile-form[open] > summary {
|
||||
margin-bottom: 4px;
|
||||
padding-bottom: 8px;
|
||||
border-bottom: 1px solid var(--SmartThemeBorderColor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user