Skip to content

Commit 7f00ac7

Browse files
Align user message to the left
1 parent 8993f30 commit 7f00ac7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- The user message now aligns to the left.
13+
814
## [0.2.0] - 2025-04-17
915

1016
This update introduces comprehensive Model Control Protocol (MCP) functionality for enhanced LLM interaction management, including prompts and resource handling systems, while also adding conversation title refresh capabilities and fixing Anthropic API compatibility issues.

templates/partials/user_message.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="message mb-3 text-end">
33
<div class="d-flex justify-content-end align-items-start gap-2">
44
<div class="message-content">
5-
<div class="message-bubble p-3 rounded-3 text-emphasis-dark text-wrap" style="background-color: #0d1117;">
5+
<div class="message-bubble p-3 rounded-3 text-emphasis-dark text-wrap text-start" style="background-color: #0d1117;">
66
<div>{{.Content}}</div>
77
</div>
88
<div class="message-meta mt-1">

0 commit comments

Comments
 (0)