From acb61aaa82fa7b38c74b3a13136ac91a578d619b Mon Sep 17 00:00:00 2001 From: inventionpro <109528211+inventionpro@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:53:36 +0200 Subject: [PATCH] Update style.css --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index d683f4c..91702b3 100644 --- a/style.css +++ b/style.css @@ -73,9 +73,11 @@ textarea { } .order div { display: flex; + width: fit-content; background-color: var(--bg-light); padding: 2px 6px 2px 2px; border-radius: 0.5rem; + cursor: pointer; } /* Data menu */