mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
fix(files): Add rounded corners back in grid view
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
39ea9a9a51
commit
7f134dc493
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue