notedeck

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

commit c5cc2f923ccacdfe55a97782ff4497461e9852e4
parent 56e1e2fa090d18d4abc20eba953c4fbfa570dd2d
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 24 May 2024 13:21:22 -0700

mobile: a tad more padding at the top

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

Diffstat:
Msrc/app.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app.rs b/src/app.rs @@ -758,7 +758,7 @@ fn render_damus_mobile(ctx: &egui::Context, app: &mut Damus) { fn main_panel(style: &Style) -> egui::CentralPanel { let inner_margin = egui::Margin { - top: if crate::ui::is_mobile() { 40.0 } else { 0.0 }, + top: if crate::ui::is_mobile() { 50.0 } else { 0.0 }, left: 0.0, right: 0.0, bottom: 0.0,