Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5a590fd

Browse files
committed
DEV: updates...
1 parent cad39c1 commit 5a590fd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

assets/javascripts/discourse/components/ai-features.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import DPageSubheader from "discourse/components/d-page-subheader";
99
import DSelect from "discourse/components/d-select";
1010
import FilterInput from "discourse/components/filter-input";
1111
import { i18n } from "discourse-i18n";
12-
import AiFeaturesList from "./ai-features-list";
1312
import AiDefaultLlmSelector from "./ai-default-llm-selector";
13+
import AiFeaturesList from "./ai-features-list";
1414

1515
const ALL = "all";
1616
const CONFIGURED = "configured";

assets/stylesheets/common/ai-features.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,22 @@
163163
display: flex;
164164
align-items: center;
165165
gap: var(--space-2);
166+
background: var(--primary-very-low);
167+
padding: 1rem;
168+
margin-block: 1rem;
169+
border-radius: var(--d-border-radius);
166170

167171
&__header {
168172
flex: 3;
169173
}
170174

171175
&__setting {
172176
flex: 2;
173-
174177
display: flex;
175178
gap: var(--space-2);
176179
align-items: center;
177180
justify-content: center;
178181
}
179-
background: var(--primary-very-low);
180-
padding: 1rem;
181-
margin-block: 1rem;
182-
border-radius: var(--d-border-radius);
183182

184183
h3 {
185184
color: var(--primary);

0 commit comments

Comments
 (0)