summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-03 12:33:18 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-18 13:44:04 +0200
commit5b293a96f231504085db934383ea9c94db7c3a73 (patch)
tree5c51172fccc56000a5b6e5a77dcba7d065fe53ac /apps/files/css
parent1983f91e29d697ca24d46d07fc669f3431435416 (diff)
downloadnextcloud-server-5b293a96f231504085db934383ea9c94db7c3a73.tar.gz
nextcloud-server-5b293a96f231504085db934383ea9c94db7c3a73.zip
Also add border-radius to thumbnail
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 925d25fa0fe..c08de6cfebe 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -762,6 +762,7 @@ table.dragshadow td.size {
height: 130px;
background-size: 130px;
margin-left: 26px;
+ border-radius: var(--border-radius);
/* Position favorite star related to checkbox to left and 3-dot menu below */
.favorite-mark {