Skip to content

Commit

Permalink
feat: bumped down the default font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortyseven committed Aug 16, 2024
1 parent 41e2fb3 commit 36802ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TabPages/Conversation/Chat/Timeline.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
display: flex;
flex-direction: column;
gap: 0.75em;
font-size: 1.35em;
font-size: 1.15em;
.text {
width: calc(100% - 100px);
overflow-x: unset;
Expand Down

0 comments on commit 36802ee

Please sign in to comment.