Add files via upload

This commit is contained in:
公明
2026-01-14 01:21:20 +08:00
committed by GitHub
parent 7d06a9575d
commit 67e2e56bd2
2 changed files with 14 additions and 11 deletions
+6 -4
View File
@@ -1523,7 +1523,7 @@ header {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
align-items: flex-end;
padding: 12px 16px;
background: var(--bg-primary);
border-top: 1px solid rgba(0, 0, 0, 0.06);
@@ -1560,12 +1560,14 @@ header {
background: #ffffff;
color: var(--text-primary);
resize: none;
height: 40px;
min-height: 40px;
max-height: 120px;
font-family: inherit;
line-height: 1.5;
line-height: 1.4;
overflow-y: auto;
box-sizing: border-box;
vertical-align: middle;
/* 隐藏滚动条但保留滚动功能 */
scrollbar-width: thin; /* Firefox */
scrollbar-color: transparent transparent; /* Firefox - 隐藏滚动条 */
@@ -7766,7 +7768,7 @@ header {
display: flex;
align-items: center;
gap: 6px;
padding: 8px 12px;
padding: 10px 12px;
height: 40px;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
@@ -7775,7 +7777,7 @@ header {
cursor: pointer;
transition: all 0.2s;
flex-shrink: 0;
font-size: 0.875rem;
font-size: 0.9375rem;
font-weight: 500;
white-space: nowrap;
box-sizing: border-box;