preview: add default block height for slow-loading thumbnails

This commit is contained in:
mappu 2023-05-19 19:07:25 +12:00
parent caf521c318
commit 3e5fb091c9
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ html, body {
.thumbnail {
line-height: 0;
width: 340px;
height: 340px;
text-align: center;
position: relative;
}