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:
Evan Simkowitz 2024-10-10 17:13:25 -04:00 committed by GitHub
parent e92b388260
commit 3ae8d693e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;