From 58e2fae1fc807f20a754f68a76c19e2e77f42ac2 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Fri, 29 Nov 2024 14:26:02 +0100 Subject: [PATCH] align bottom of sliders with the bottom of graph --- src/editor.rs | 3 ++- src/style.css | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/editor.rs b/src/editor.rs index 0718c47..abb98ee 100644 --- a/src/editor.rs +++ b/src/editor.rs @@ -284,7 +284,8 @@ pub fn create(editor_data: Data, editor_state: Arc) -> Option