ui: add some margin to chrome sidebar

Looks a bit better
This commit is contained in:
William Casarin
2025-04-15 08:24:04 -07:00
parent 4f0d96679d
commit 66377351b3
4 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
/// Default frame margin
pub const FRAME_MARGIN: i8 = 8;

View File

@@ -1,5 +1,6 @@
mod anim;
pub mod colors;
pub mod constants;
pub mod gif;
pub mod icons;
pub mod images;