Initialize Rust GPUI browser shell
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
pub const XXS: f32 = 4.0;
|
||||
pub const XS: f32 = 8.0;
|
||||
pub const SM: f32 = 12.0;
|
||||
pub const BASE: f32 = 16.0;
|
||||
pub const MD: f32 = 20.0;
|
||||
pub const LG: f32 = 24.0;
|
||||
pub const XL: f32 = 32.0;
|
||||
pub const XXL: f32 = 48.0;
|
||||
pub const SIDEBAR_WIDTH: f32 = 280.0;
|
||||
pub const SIDEBAR_COLLAPSED_WIDTH: f32 = 56.0;
|
||||
pub const COMMAND_BAR_HEIGHT: f32 = 64.0;
|
||||
Reference in New Issue
Block a user