From 6fa6f0c81552d2c43e38086072e826b14e431933 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:10:55 +0200 Subject: [PATCH] Fix panel buttons alignment --- public/index.html | 24 ++++++++++++------------ public/style.css | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index b793f87f6..751cce6b3 100644 --- a/public/index.html +++ b/public/index.html @@ -5236,12 +5236,12 @@
-
-
-
- +
+
+
+
-
+
@@ -5380,12 +5380,12 @@
-
-
-
- +
+
+
+
-
+
@@ -5693,8 +5693,8 @@
-
-
+
+
diff --git a/public/style.css b/public/style.css index d4c4a1855..91932cb47 100644 --- a/public/style.css +++ b/public/style.css @@ -528,6 +528,7 @@ body.reduced-motion #bg_custom { top: 5px; margin-right: 5px; z-index: 2000; + min-width: 55px; } .panelControlBar .drag-grabber {