Skip to content

Commit

Permalink
Slightly reduce the reaction font
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsune Ral committed Jan 2, 2024
1 parent 914bdad commit b3ff319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/qml/TimelineItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ Item {
text: modelData.key + " \u00d7" /* Math "multiply" */
+ modelData.authorsCount
textFormat: Text.PlainText
font.pointSize: settings.font.pointSize - 1
color: modelData.includesLocalUser
? palette.highlight
: palette.buttonText
Expand Down

0 comments on commit b3ff319

Please sign in to comment.