From 2c51730486599fb491edfd70e0150afcd41e409f Mon Sep 17 00:00:00 2001 From: Ingan121 Date: Sat, 23 Aug 2025 22:53:46 +0900 Subject: [PATCH] Misc design change --- panel/panel.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panel/panel.css b/panel/panel.css index a84a80c..ea36091 100644 --- a/panel/panel.css +++ b/panel/panel.css @@ -196,6 +196,10 @@ h1 { margin: 5px; } +select { + width: 100%; +} + .log-container { display: flex; justify-content: center;