beautify lock logo position

This commit is contained in:
qcrao
2024-07-08 20:37:27 +08:00
parent 2a2844eecc
commit ab244e8f4a
2 changed files with 11 additions and 6 deletions

View File

@@ -104,6 +104,14 @@ button#bulk-archive {
width: 100%;
margin-top: 5px;
padding: 12px 15px;
position: relative;
}
button#bulk-archive span {
position: absolute;
left: 75px;
top: 50%;
transform: translateY(-50%);
}
button#add-checkboxes {