Skip to content

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Sep 24, 2025

This PR:

  • consolidates all the bits of css overrides that all only apply to the chat into one so we have one common class, one for light, one for dark
  • does the bare minimum to make blockquote tags not look completely ridiculous. I just guessed at colours and the line thickness - we can easily change it once we have designs
  • does the bare minimum to make hr tags that are alone in a message show up and not be 1px in length.

light:

  • Screenshot 2025-09-24 at 09 09 56
  • Screenshot 2025-09-24 at 09 09 49
  • Screenshot 2025-09-24 at 09 09 46

dark:

  • Screenshot 2025-09-24 at 09 09 37
  • Screenshot 2025-09-24 at 09 09 33
  • Screenshot 2025-09-24 at 09 09 25

@lerouxb lerouxb requested a review from gagik September 24, 2025 08:16
@lerouxb lerouxb requested a review from a team as a code owner September 24, 2025 08:16
@Copilot Copilot AI review requested due to automatic review settings September 24, 2025 08:16
@github-actions github-actions bot added the fix label Sep 24, 2025
@lerouxb lerouxb added the feature flagged PRs labeled with this label will not be included in the release notes of the next release label Sep 24, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR consolidates CSS overrides for the Assistant chat component and fixes the visual appearance of blockquote and hr HTML elements. The changes improve the rendering of these elements by providing proper styling in both light and dark themes.

  • Consolidates separate CSS style objects into unified light/dark theme styles
  • Adds proper styling for blockquote elements with border and padding
  • Fixes hr tags to have minimum width when displayed alone in chat messages

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@lerouxb lerouxb merged commit 3f170c9 into main Sep 24, 2025
80 of 82 checks passed
@lerouxb lerouxb deleted the fix-blockquote-hr branch September 24, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature flagged PRs labeled with this label will not be included in the release notes of the next release fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants