mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
Adjust the gap sizes and padding for the Wave AI controls div so it's more uniform (#1008)
Fix two-tone color in input box as well
This commit is contained in:
parent
e92b388260
commit
3ae8d693e8
1 changed files with 2 additions and 3 deletions
|
|
@ -108,13 +108,12 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
gap: 4px;
|
||||
padding: 8px 12px;
|
||||
gap: 10px;
|
||||
padding: 8px 6px;
|
||||
|
||||
.waveai-input-wrapper {
|
||||
padding: 8px 12px;
|
||||
flex: 1 1 auto;
|
||||
background-color: rgb(from var(--block-bg-color) r g b / 0.39);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue