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

Commit c938697

Browse files
committed
account for powered by discourse badge
1 parent ece0881 commit c938697

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ body.has-ai-conversations-sidebar {
153153
.ai-bot-conversations {
154154
display: flex;
155155
flex-direction: column;
156-
height: calc(100dvh - var(--header-offset) - 1.5em);
156+
height: calc(100dvh - var(--header-offset) - 5em);
157157

158158
.persona-llm-selector {
159159
display: flex;

0 commit comments

Comments
 (0)