From 3ae8d693e82ede473443418d1b53bbe58d1685eb Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 10 Oct 2024 17:13:25 -0400 Subject: [PATCH] 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 --- frontend/app/view/waveai/waveai.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/app/view/waveai/waveai.less b/frontend/app/view/waveai/waveai.less index ed2ed177c..5bafe127f 100644 --- a/frontend/app/view/waveai/waveai.less +++ b/frontend/app/view/waveai/waveai.less @@ -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;