Skip to content

Commit 47e81f4

Browse files
AndrewKushnirdevversion
authored andcommitted
refactor: minor style updates for the AI Assistant UI
1 parent b5d18fe commit 47e81f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

report-app/src/app/shared/ai-assistant/ai-assistant.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
width: 500px;
88
height: 650px;
99
border-radius: 12px;
10-
box-shadow: var(--shadow);
10+
box-shadow: var(--overlay-shadow);
1111
background-color: var(--card-bg-color);
1212
overflow: hidden;
1313
display: flex;
@@ -38,7 +38,6 @@
3838

3939
.header-title {
4040
display: flex;
41-
flex-direction: column;
4241
gap: 8px;
4342
flex: 1;
4443
min-width: 0;
@@ -52,7 +51,7 @@
5251

5352
h2 {
5453
margin: 0;
55-
font-size: 1em;
54+
font-size: 1.2em;
5655
color: var(--text-primary);
5756
}
5857

@@ -158,7 +157,7 @@
158157
font-family: inherit;
159158
font-size: 1em;
160159
line-height: 1.4;
161-
max-height: 100px;
160+
height: 45px;
162161

163162
&:focus {
164163
outline: none;

report-app/src/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05),
4646
0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2)
4747
);
48+
--overlay-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
4849
--transition-speed: 0.2s;
4950
--main-container-width: 1200px;
5051
--control-height: 36px;

0 commit comments

Comments
 (0)