Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(files): Add rounded corners back in grid view
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge authored and susnux committed Mar 24, 2025
commit 7f134dc493ff074e2db705cdc1aa675cef59d3ab
7 changes: 2 additions & 5 deletions apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,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 @@ -826,10 +827,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