Skip to content

Commit

Permalink
fix(files): Add rounded corners back in grid view
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Jul 9, 2024
1 parent 025a784 commit 9ac6d38
Showing 1 changed file with 2 additions and 5 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);
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

0 comments on commit 9ac6d38

Please sign in to comment.