feat(panel): custom panel sizes

All this involves is having a certain notch that the panel size slider is on when the panel is set to a custom size

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
Ryan Brue 2025-05-28 10:21:17 -05:00 committed by GitHub
parent 48a686a544
commit 24e6e2f28f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -214,6 +214,7 @@ pub(crate) fn style<
PanelSize::M => 2,
PanelSize::L => 3,
PanelSize::XL => 4,
PanelSize::Custom(s) => 2,
},
|v| {
if v == 0 {