mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 01:24:21 +01:00
ui/note: slightly more spacing between blocks
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -192,7 +192,7 @@ fn render_undecorated_note_contents<'a>(
|
|||||||
let mut supported_medias: Vec<RenderableMedia> = vec![];
|
let mut supported_medias: Vec<RenderableMedia> = vec![];
|
||||||
|
|
||||||
let response = ui.horizontal_wrapped(|ui| {
|
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) {
|
let blocks = if let Ok(blocks) = note_context.ndb.get_blocks_by_key(txn, note_key) {
|
||||||
blocks
|
blocks
|
||||||
|
|||||||
Reference in New Issue
Block a user