diff options
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index 6f86e77..efa1dc2 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -286,6 +286,12 @@ button[type=submit].fancy:hover { align-self: flex-end; } +.thumbnail.stock { + width: 64px; + height: 64px; + image-rendering: pixelated; +} + /** FILE CATALOG (WALL) */ .wall { display: flex; |
