Skip to content

Commit

Permalink
style(chat/message-content): Enhance heading styles in chat message c…
Browse files Browse the repository at this point in the history
…omponent (bigbluebutton#21566)

* style(chat/message-content): Enhance heading styles in chat message component

* Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/message-content/text-content/styles.ts

---------

Co-authored-by: Ramón Souza <[email protected]>
  • Loading branch information
Scroody and ramonlsouza authored Oct 30, 2024
1 parent f530404 commit 981e932
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,27 @@ export const ChatMessage = styled.div<ChatMessageProps>`
& code {
white-space: pre-wrap;
}
& h1 {
font-size: 1.5em;
margin: 0;
}
& h2 {
font-size: 1.3em;
margin: 0;
}
& h3 {
font-size: 1.1em;
margin: 0;
}
& h4 {
margin: 0;
}
& h5 {
margin: 0;
}
& h6 {
margin: 0;
}
`;

export default {
Expand Down

0 comments on commit 981e932

Please sign in to comment.