mirror of
https://github.com/nextcloud/server.git
synced 2026-03-06 23:40:55 -05:00
fix(files): Correctly center the checkbox's background in grid view
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
a434dfbcb3
commit
93cb30fc0c
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue