Skip to content

Commit 77956db

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Fix regressed styles in the feedback form
Fixed: 394466388 Change-Id: Iebac06f5e8ce69154d46ecb69901bf88bae08081 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6233009 Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent 39e5430 commit 77956db

File tree

2 files changed

+38
-39
lines changed

2 files changed

+38
-39
lines changed

front_end/panels/ai_assistance/components/chatView.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,8 @@
244244

245245
.actions {
246246
display: flex;
247+
flex-direction: column;
247248
gap: var(--sys-size-8);
248-
justify-content: space-between;
249-
align-items: flex-end;
250249
max-width: 100%;
251250
}
252251

front_end/panels/ai_assistance/components/userActionRow.css

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,6 @@
1919
gap: var(--sys-size-2);
2020
}
2121

22-
.feedback-form {
23-
display: flex;
24-
flex-direction: column;
25-
gap: var(--sys-size-5);
26-
margin-top: var(--sys-size-4);
27-
background-color: var(--sys-color-surface3);
28-
padding: var(--sys-size-6);
29-
border-radius: var(--sys-shape-corner-medium-small);
30-
max-width: var(--sys-size-32);
31-
32-
.feedback-input {
33-
height: var(--sys-size-11);
34-
padding: 0 var(--sys-size-5);
35-
background-color: var(--sys-color-surface3);
36-
}
37-
38-
.feedback-input::placeholder {
39-
color: var(--sys-color-on-surface-subtle);
40-
font: var(--sys-typescale-body4-regular);
41-
}
42-
}
43-
44-
.feedback-header {
45-
display: flex;
46-
justify-content: space-between;
47-
align-items: center;
48-
}
49-
50-
.feedback-title {
51-
margin: 0;
52-
font: var(--sys-typescale-body3-medium);
53-
}
54-
55-
.feedback-disclaimer {
56-
padding: 0 var(--sys-size-4);
57-
}
58-
5922
.vertical-separator {
6023
height: 16px;
6124
width: 1px;
@@ -115,3 +78,40 @@
11578
}
11679
}
11780
}
81+
82+
.feedback-form {
83+
display: flex;
84+
flex-direction: column;
85+
gap: var(--sys-size-5);
86+
margin-top: var(--sys-size-4);
87+
background-color: var(--sys-color-surface3);
88+
padding: var(--sys-size-6);
89+
border-radius: var(--sys-shape-corner-medium-small);
90+
max-width: var(--sys-size-32);
91+
92+
.feedback-input {
93+
height: var(--sys-size-11);
94+
padding: 0 var(--sys-size-5);
95+
background-color: var(--sys-color-surface3);
96+
}
97+
98+
.feedback-input::placeholder {
99+
color: var(--sys-color-on-surface-subtle);
100+
font: var(--sys-typescale-body4-regular);
101+
}
102+
103+
.feedback-header {
104+
display: flex;
105+
justify-content: space-between;
106+
align-items: center;
107+
}
108+
109+
.feedback-title {
110+
margin: 0;
111+
font: var(--sys-typescale-body3-medium);
112+
}
113+
114+
.feedback-disclaimer {
115+
padding: 0 var(--sys-size-4);
116+
}
117+
}

0 commit comments

Comments
 (0)