notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 7e73ed276097fc621b83eab8e704f446e427d2d1
parent 2fb9470ee62fba362b9bf8b4629de8aa7bed7f2f
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  3 Aug 2025 20:11:33 -0700

ui/note: slightly more spacing between blocks

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_ui/src/note/contents.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/notedeck_ui/src/note/contents.rs b/crates/notedeck_ui/src/note/contents.rs @@ -192,7 +192,7 @@ fn render_undecorated_note_contents<'a>( let mut supported_medias: Vec<RenderableMedia> = vec![]; let response = ui.horizontal_wrapped(|ui| { - ui.spacing_mut().item_spacing.x = 0.0; + ui.spacing_mut().item_spacing.x = 1.0; let blocks = if let Ok(blocks) = note_context.ndb.get_blocks_by_key(txn, note_key) { blocks