fix(files): Correctly center the checkbox's background in grid view

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2024-07-08 17:34:15 +02:00
parent a434dfbcb3
commit 93cb30fc0c
No known key found for this signature in database

View file

@ -733,7 +733,8 @@ tbody.files-list__tbody.files-list__tbody--grid {
width: 16px;
height: 16px;
position: absolute;
left: 14px;
left: 50%;
margin-left: -8px;
z-index: -1;
background: var(--color-main-background);
}