From 04f201933b5d406519921e14aca9a976fa0c4168 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 16 Nov 2022 11:33:05 +0530 Subject: [PATCH] space apart the stop button --- ui/index.html | 2 +- ui/media/css/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index 12023852..a32337f9 100644 --- a/ui/index.html +++ b/ui/index.html @@ -7,7 +7,7 @@ - + diff --git a/ui/media/css/main.css b/ui/media/css/main.css index ec2a7ccb..4b09da6b 100644 --- a/ui/media/css/main.css +++ b/ui/media/css/main.css @@ -179,6 +179,7 @@ label { height: 30pt; border-radius: 6px; display: none; + margin-top: 2pt; } #stopImage:hover { background: rgb(177, 27, 0);