diced / zipline

A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

Home Page:https://zipline.diced.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: thumbnails not aligned to the middle

wraithy opened this issue · comments

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...

.zipline-1phlsj0 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

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