notedeck

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

commit 647d15be216eda1a4808f2d54095451238cf310c
parent 8b0086ac6b99ae6fcf5e312029aefe45ecff2466
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  4 Dec 2025 01:17:40 -0800

Merge nav bounciness by kernel #1209

kernelkind (2):
      refactor: appease clippy
      fix(nav-drawer): spacing issue

Diffstat:
Mcrates/notedeck_chrome/src/chrome.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/notedeck_chrome/src/chrome.rs b/crates/notedeck_chrome/src/chrome.rs @@ -310,6 +310,7 @@ impl Chrome { .vertical(|mut strip| { // the actual content, shifted up because of the soft keyboard strip.cell(|ui| { + ui.spacing_mut().item_spacing = prev_spacing; action = self.panel(ctx, ui, keyboard_height); }); @@ -321,7 +322,6 @@ impl Chrome { } }); }); - ui.spacing_mut().item_spacing = prev_spacing; // hovering virtual keyboard if virtual_keyboard {