mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01: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
@ -108,13 +108,12 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 4px;
|
gap: 10px;
|
||||||
padding: 8px 12px;
|
padding: 8px 6px;
|
||||||
|
|
||||||
.waveai-input-wrapper {
|
.waveai-input-wrapper {
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
background-color: rgb(from var(--block-bg-color) r g b / 0.39);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user