zineland / zine

Zine - a simple and opinionated tool to build your own magazine.
https://zineland.github.io
Apache License 2.0
887 stars 39 forks source link

Fix mobile UI messy #160

Closed Folyd closed 1 year ago

Folyd commented 1 year ago

kiyov09 commented 1 year ago

I think I can help with this one. Let me know.

Folyd commented 1 year ago

Thanks, @kiyov09. zine uses Tailwind CSS to style the UI, here are the source lines related to this issue: https://github.com/zineland/zine/blob/b30658884c50d6093871f43e7492879460151f27/templates/issue.jinja#L22-L47

kiyov09 commented 1 year ago

Awesome. I'll start working on a solution right away. Is there anything I need to know before opening a PR?

Folyd commented 1 year ago

Great, nothing else needs to know, feel free to open PR. 👍

kiyov09 commented 1 year ago

@Folyd Just opened a PR for this issue #163