redimp / otterwiki

A minimalistic wiki powered by python, markdown and git.
https://otterwiki.com
MIT License
202 stars 22 forks source link

Increase the width of title on the index page #80

Closed qwasfun closed 5 months ago

qwasfun commented 5 months ago

When writing articles using otterwiki, there are usually a few words in the title

On the index page, the space for the titles is too small now, they always wrap.

Please increase the width of the titles

redimp commented 5 months ago

Thank you for this request.

I've puzzeled a lot with the size of the tiles. Making each of them dynamic leads to pure chaos, when you have many pages with short names it looks like wasted space.

What is the width of your browser? Whats the average length of your page names?

Maybe a (blurred) screenshot is the best way to give me an idea of this problem.

civviGH commented 5 months ago

just fyi if you post a blurred image, depending on the blur algorithm it might not be destructive

redimp commented 5 months ago

I've played around with the container and the columns, this looks to me like something that might work for you:

Current Version: image

Fixed Version:

image

What do you think?