From 69c2663d563fda8d1ecdf7d6e27659cf55c6075d Mon Sep 17 00:00:00 2001 From: MicroBlock <66859419+std-microblock@users.noreply.github.com> Date: Sat, 5 Oct 2024 03:50:19 +0800 Subject: [PATCH] refactor: refine ui --- gui/gui.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/gui.html b/gui/gui.html index c44f35b..3bbbf5b 100644 --- a/gui/gui.html +++ b/gui/gui.html @@ -29,11 +29,12 @@ .decoBlock { - width: 100dp; + width: 60dp; height: 6dp; background: #fff; display: block; border-radius: 100dp; + opacity: 0.7; } .line {