From 76e3f45b4664027847eff199859d806be5a53bbe Mon Sep 17 00:00:00 2001 From: Thusaraka Palliyeguru <87273240+thusarakap@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:55:25 +0530 Subject: [PATCH] Update styles.css Aligned checkbox element with label --- resources/styles/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/styles/styles.css b/resources/styles/styles.css index 65375cd..a6e47c0 100644 --- a/resources/styles/styles.css +++ b/resources/styles/styles.css @@ -566,6 +566,10 @@ body.mainPagesBody { margin-bottom: -5px; } +#toggleCalibratedPresets { + margin-top: 5px; +} + #arrowIcon { margin-top: 5px; margin-left: 10px;