slightly round off thumbnails in list view too

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-31 00:01:58 +01:00
parent 1293affc84
commit 9c68db5ffb
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View 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;