Update CSS and JavaScript to match preview ratio (3/2).

- Changed thumbnail resampling method to `BOX` when downscaling preview.
This commit is contained in:
Christian Bastian
2024-07-19 23:56:49 -04:00
parent 823903a38f
commit 6c08255555
2 changed files with 7 additions and 3 deletions

View File

@@ -322,8 +322,8 @@
/* preview image */
.model-manager .item {
position: relative;
width: 230px;
height: 345px;
width: 240px;
height: 360px;
text-align: center;
overflow: hidden;
border-radius: 8px;