mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-31 23:14:23 +01:00
mobile: a tad more padding at the top
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user