Add border around previews in grid view

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-03-12 10:44:51 +01: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

View File

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