From 187b38ee2228b0e608224bbe7e49688821661d29 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 2 Oct 2020 12:10:09 -0400 Subject: [PATCH] Fix format --- static/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/index.html b/static/index.html index 89c0ffc6..859b1053 100644 --- a/static/index.html +++ b/static/index.html @@ -91,14 +91,14 @@ opacity: 1; } #settings { - position: fixed; + position: fixed; left: 5px; bottom: 5px; padding: 5px; } - #settings select:focus { - box-shadow: none; - } + #settings select:focus { + box-shadow: none; + }