Merge pull request #46358 from nextcloud/artonge/fix/checkbox_background

fix(files): Correctly center the checkbox's background in grid view
This commit is contained in:
Andy Scherzinger 2024-07-08 21:12:24 +02:00 committed by GitHub
commit 9b2d195cda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

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);
}

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long