From d50ede114d016b9ac6e0cca8828ed928a8a64091 Mon Sep 17 00:00:00 2001 From: mateusz779 Date: Wed, 6 Nov 2024 23:47:02 +0100 Subject: [PATCH] fix --- public/style_index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/style_index.css b/public/style_index.css index 90d6023..7dbbac0 100644 --- a/public/style_index.css +++ b/public/style_index.css @@ -110,10 +110,12 @@ input:focus { padding: 1rem; background-color: #f8f9fa; border-radius: 8px; + width: 100%; } #zoomSlider { flex: 1; + width: 100%; -webkit-appearance: none; appearance: none; height: 4px;