]> source.dussan.org Git - nextcloud-server.git/commitdiff
slightly round off thumbnails in list view too
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 30 Oct 2018 23:01:58 +0000 (00:01 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 30 Oct 2018 23:01:58 +0000 (00:01 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/files/css/files.scss

index 4e0bc9c01604d17ab39e04c43fb095becb36911c..580bab32d6da8c889a6a4430ea13984b0231229d 100644 (file)
@@ -316,6 +316,7 @@ table td.filename .thumbnail {
        background-size: 32px;
        margin-left: 9px;
        margin-top: 9px;
+       border-radius: var(--border-radius);
        cursor: pointer;
        position: absolute;
        z-index: 4;