diff --git a/agent-widget/src/react/agent.scss b/agent-widget/src/react/agent.scss index 7400fe5..83815af 100644 --- a/agent-widget/src/react/agent.scss +++ b/agent-widget/src/react/agent.scss @@ -12,17 +12,16 @@ body { #root { height: 100%; - padding: 10px; } .agent-container { text-align: center; height: 100%; width: 100%; - max-width: 900px; display: flex; flex-direction: column; justify-content: space-between; + background: linear-gradient(173.2deg, #CFD2F3 2.03%, #FFFFFF 57.88%, #CFD2F3 120.86%); } .widget-container { @@ -30,6 +29,7 @@ body { justify-content: center; align-items: center; gap: 10px; + margin-top: 30px; } .chat-panel { @@ -93,6 +93,7 @@ ul { width: 100%; max-width: 448px; position: relative; + background: #fff; &--disabled { cursor: not-allowed;