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

Commit 592db11

Browse files
committed
fix up the CSS
1 parent 2214aa6 commit 592db11

File tree

1 file changed

+9
-0
lines changed
  • assets/stylesheets/modules/ai-bot-conversations

1 file changed

+9
-0
lines changed

assets/stylesheets/modules/ai-bot-conversations/common.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ body.has-ai-conversations-sidebar {
171171
height: calc(100dvh - var(--header-offset) - 10em);
172172
}
173173

174+
.persona-llm-selector {
175+
display: flex;
176+
gap: 0.5em;
177+
justify-content: flex-end;
178+
}
174179
&__persona-selector {
175180
display: flex;
176181
justify-content: flex-end;
@@ -183,6 +188,10 @@ body.has-ai-conversations-sidebar {
183188
align-items: center;
184189
justify-content: center;
185190
height: 100%;
191+
192+
.loading-container {
193+
display: contents;
194+
}
186195
}
187196

188197
&__input-wrapper {

0 commit comments

Comments
 (0)