small changes to checkbox placement

This commit is contained in:
RossAsscends
2023-03-02 04:19:08 +09:00
parent 4d07e4f785
commit 66562c53be

View File

@@ -1160,8 +1160,8 @@ width: 103px;
.del_checkbox{ .del_checkbox{
display: none; display: none;
opacity: 0.7; opacity: 0.7;
margin-top:18px; margin-top:12px;
margin-right:5px; margin-right:12px;
} }
/*this hides the replacement for input form until Delete Messages mode is called*/ /*this hides the replacement for input form until Delete Messages mode is called*/
@@ -1460,6 +1460,7 @@ label.checkbox :checked + span:after {
} }
#anchor_checkbox{ #anchor_checkbox{
margin-left: 10px; margin-left: 10px;
align-items: center;
float: left; float: left;
display: grid; display: grid;
grid-template-rows: 30px auto; grid-template-rows: 30px auto;