mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 17:14:21 +01:00
ui/timeline: make notification text smaller
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -801,7 +801,7 @@ fn render_composite_entry(
|
||||
);
|
||||
let galley = ui.painter().layout_no_wrap(
|
||||
description.clone(),
|
||||
NotedeckTextStyle::Body.get_font_id(ui.ctx()),
|
||||
NotedeckTextStyle::Small.get_font_id(ui.ctx()),
|
||||
ui.visuals().text_color(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user