Increase feed padding

This commit is contained in:
Joscha 2025-02-27 20:20:57 +01:00
parent 45102d108d
commit 0ed868ff6d
2 changed files with 12 additions and 1 deletions

View file

@ -20,7 +20,7 @@ pub use self::{
text::TextDrawing, tictactoe::TicTacToeDrawing, typst::TypstDrawing,
};
pub const FEED: f32 = 64.0;
pub const FEED: f32 = 96.0;
#[derive(Default)]
pub struct Context {