Add border around previews in grid view

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/14637/head
Jan-Christoph Borchardt 2019-03-12 10:44:51 +07:00
parent 1832537571
commit 9306caec3e
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 1 additions and 0 deletions

@ -835,6 +835,7 @@ table.dragshadow td.size {
background-size: contain; background-size: contain;
margin: 0; margin: 0;
border-radius: var(--border-radius); border-radius: var(--border-radius);
border: 1px solid var(--color-border);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;