Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller68 committed Apr 11, 2024
1 parent 514f022 commit 075e9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,11 @@ export default defineComponent({
}
/* Adjust the size of the message bar */
code.hljs .row.items-center.q-mb-md.q-mr-md {
.row.items-center.q-mb-md.q-mr-md {
width: calc(100% - 32px);
}
{
code.hljs {
border-radius: 8px;
font-size: 0.9em;
}
Expand Down

0 comments on commit 075e9ad

Please sign in to comment.