Add border around previews in grid view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
1832537571
commit
9306caec3e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue