Skip to content

Commit

Permalink
Merge pull request #46358 from nextcloud/artonge/fix/checkbox_background
Browse files Browse the repository at this point in the history
fix(files): Correctly center the checkbox's background in grid view
  • Loading branch information
AndyScherzinger authored Jul 8, 2024
2 parents 9bab069 + 1f4926b commit 9b2d195
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 9b2d195

Please sign in to comment.