mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
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:
commit
19c8c63f32
3 changed files with 5 additions and 8 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue