Skip to content

Commit

Permalink
Merge pull request #46373 from nextcloud/artonge/fix/rounded_corner_i…
Browse files Browse the repository at this point in the history
…n_grid_view

fix(files): Add rounded corners back in grid view
  • Loading branch information
susnux authored Jul 11, 2024
2 parents 50af080 + 5fc79e4 commit 19c8c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,9 @@ tbody.files-list__tbody.files-list__tbody--grid {
width: var(--row-width);
height: var(--row-height);
border: none;
border-radius: var(--border-radius-large);
padding: var(--item-padding);
box-sizing: content-box
box-sizing: content-box;
}
// Checkbox in the top left
Expand Down Expand Up @@ -765,10 +766,6 @@ tbody.files-list__tbody.files-list__tbody--grid {
height: var(--icon-preview-size);
}
.files-list__row-icon-preview {
border-radius: 0;
}
a.files-list__row-name-link {
height: var(--name-height);
}
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 19c8c63

Please sign in to comment.