Fix thumbnail error

This commit is contained in:
2025-12-28 21:22:29 -06:00
parent c8a59cd2e9
commit 2626242fa1

View File

@@ -80,7 +80,7 @@ body.dark {
.loading-indicator
{
position: absolute;
top: 50%;
left: 50%;
top: 50vh;
left: 50vw;
transform: translate(-50%, -50%);
}