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{
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;