mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 09:34:19 +01:00
ui/narrow: restore padding
This is a bit too tight Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -258,10 +258,6 @@ impl<'a, 'd> NoteView<'a, 'd> {
|
|||||||
ui.spacing_mut().item_spacing.x = 4.0;
|
ui.spacing_mut().item_spacing.x = 4.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if is_narrow(ui.ctx()) {
|
|
||||||
ui.spacing_mut().item_spacing.x = 1.0
|
|
||||||
}
|
|
||||||
|
|
||||||
let pfp_size = self.options().pfp_size();
|
let pfp_size = self.options().pfp_size();
|
||||||
|
|
||||||
match profile
|
match profile
|
||||||
|
|||||||
Reference in New Issue
Block a user