The thumbnails generated by Zipline are not aligned to the middle like the other images shown on the files page. I managed to fix it using Cloudflare apps with the following CSS...
.zipline-1phlsj0 {
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
What happened?
The thumbnails generated by Zipline are not aligned to the middle like the other images shown on the files page. I managed to fix it using Cloudflare apps with the following CSS...
Version
upstream (ghcr.io/diced/zipline:trunk)
What browser(s) are you seeing the problem on?
No response
Zipline Logs
No response
Browser Logs
No response
Additional Info
No response