From 8a1d3777a2ff18c65f5c6a5be520283a857627d6 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sun, 18 Jun 2023 20:22:10 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20fix=20the=20styling=20of=20?= =?UTF-8?q?the=20cookies=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/themes/simple.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 85a0e70..d9b01ba 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -436,6 +436,10 @@ footer { margin: 0; } +.settings_container .cookies input { + margin: 1rem 0rem; +} + /* Styles for the toggle button */ /* The switch - the box around the slider */ .switch {