Add toggle to enable full-width user chat bubbles for consistent layout with AI bubbles#18
Merged
itsmartashub merged 4 commits intov3from Sep 6, 2025
Merged
Conversation
- Add a new toggle in the settings to allow user chat bubbles to span 100% of the available width - Adjust user chat bubble width from `max-content` to `100%` when the toggle is enabled - Ensure the user chat bubbles match the width of AI chat bubbles for a more consistent layout Changes summary: - Added a new toggle in the settings that allows user chat bubbles to take up the full available width (100%) instead of being constrained to `max-content`. This change ensures user chat bubbles can match the width of AI chat bubbles, providing a more balanced and consistent chat layout.
…idth toggle - Update the user chat bubble in edit state to also span 100% width if the "Full Width Bubble" toggle is enabled - Ensure consistency between normal and edit states for user chat bubbles when the toggle is active - Maintain proper alignment and styling for both states Changes summary: - Fixed the user chat bubble in edit state to respect the "Full Width Bubble" toggle setting. When the toggle is enabled, both normal and edit states of the user chat bubble now span 100% of the available width, ensuring a consistent appearance across all states.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.