mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-04 19:48:02 +02:00
Add files via upload
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user