From e5476ae5f43e9ae62b154b7fedb82cc8f78fceaf Mon Sep 17 00:00:00 2001 From: "you@example.com" Date: Fri, 26 Jul 2024 07:37:01 +0900 Subject: [PATCH] CSS adjust --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index ebdca18..f6d5c59 100644 --- a/src/styles.css +++ b/src/styles.css @@ -15,7 +15,7 @@ max-width: 100%; background-color: var(--tray-bg-color); cursor: move; - border: 0px; + border: 5px; border-top-width: 1px; border-top-color: #000; border-bottom-width: 3px;