Merge pull request #46373 from nextcloud/artonge/fix/rounded_corner_in_grid_view

fix(files): Add rounded corners back in grid view
This commit is contained in:
Ferdinand Thiessen 2024-07-11 17:56:08 +02:00 committed by GitHub
commit 19c8c63f32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 8 deletions

View file

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

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