From 596de9e50459ede4ebff0c74c34642354b55ee53 Mon Sep 17 00:00:00 2001 From: C-o-m-o-n Date: Thu, 4 Jan 2024 13:39:08 +0300 Subject: [PATCH] add margin to settings --- resources/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/css/style.css b/resources/css/style.css index adfa8cc..05cd72d 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -120,6 +120,7 @@ button:disabled { #settings { /* border: 3px solid #4b4b4b; border-radius: 30px; */ + margin: 5px; padding: 0; transition: 1s; } @@ -127,6 +128,7 @@ button:disabled { #settings-toggle{ padding: 18px; margin: 2px; + background-color: #555; } .settings { padding: 5px;