From 66562c53be025aa0a8088a217588b63472bff28e Mon Sep 17 00:00:00 2001 From: RossAsscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 2 Mar 2023 04:19:08 +0900 Subject: [PATCH] small changes to checkbox placement --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index d4d112167..257e2cc25 100644 --- a/public/style.css +++ b/public/style.css @@ -1160,8 +1160,8 @@ width: 103px; .del_checkbox{ display: none; opacity: 0.7; - margin-top:18px; - margin-right:5px; + margin-top:12px; + margin-right:12px; } /*this hides the replacement for input form until Delete Messages mode is called*/ @@ -1460,6 +1460,7 @@ label.checkbox :checked + span:after { } #anchor_checkbox{ margin-left: 10px; + align-items: center; float: left; display: grid; grid-template-rows: 30px auto;