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

Commit ce09967

Browse files
committed
show reply button
1 parent 596f9a3 commit ce09967

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,11 @@ body.has-ai-conversations-sidebar {
437437
}
438438

439439
.topic-footer-main-buttons {
440-
button:not(.share-ai-conversation-button, .topic-admin-menu-trigger) {
440+
button:not(
441+
.create,
442+
.share-ai-conversation-button,
443+
.topic-admin-menu-trigger
444+
) {
441445
display: none;
442446
}
443447
}

0 commit comments

Comments
 (0)