]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added round border for thumbnail 12154/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Wed, 31 Oct 2018 05:52:11 +0000 (06:52 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Wed, 31 Oct 2018 05:52:11 +0000 (06:52 +0100)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
core/css/styles.scss

index 0c7d9d26a21de6e39010fc09ce54ac39cfcb73fe..f23f4c2deadc8b1ec82ce2b1fc55f2571c044806 100644 (file)
@@ -818,10 +818,12 @@ code {
                                        flex-direction: column;
                                        width: $grid-size - 2 * $grid-pad;
 
+
                                        td {
                                                border: none;
                                                padding: 0;
                                                text-align: center;
+                                               border-radius: var(--border-radius);
 
                                                &.filename {
                                                        padding: #{$grid-size - 2 * $grid-pad} 0 0 0;