qbittorrent / qBittorrent-website

qBittorrent website
https://www.qbittorrent.org
181 stars 111 forks source link

Some ideas #149

Open Poopooracoocoo opened 3 years ago

Poopooracoocoo commented 3 years ago

What are your thoughts on the following?

When I tried making the header image fit the width for smaller widths, the height would shrink and the ribbon took up the same amount of space while the menu moved up. This meant that the first few menu items couldn't be accessed! I solved this by making the height stay the same. It could've been solved by changing the ribbon so that clicks go through as there's enough space. https://github.com/simonwhitaker/github-fork-ribbon-css does it better than https://github.com/codepo8/css-fork-on-github-ribbon IMO, but I'm sure there's a way to fix up the current one. Edit: Fixed it with pointer-events!

Screenshot of this problem ![image](https://user-images.githubusercontent.com/51363864/100546837-79468200-32b7-11eb-8128-e7ab67e74f30.png)

Chocobo1 commented 3 years ago

I can only answer a few of them, for others I don't have a opinion yet.

changing the links in the header to be their destinations instead of wiki.qbittorrent.org, for example.

This was suggested in the past and we choose to keep the current way.

adding a donate link to the header or perhaps a donate button

I don't mind, but I also think the header is already a little full for another entry.

removing the "version ribbon"

I don't think we will do this.

removing the "latest version this way" download image

I don't mind, we can try and see how it looks.

modifying Chris's banner to not have the "Free and reliable P2P Bittorrent client" text and to replace that with actual text

I would like to avoid lossy operations on the image file unless you are able to do it in a pixel-perfect way. IMO a even better idea is to redraw it in svg format, but I guess this is too much work.

Poopooracoocoo commented 3 years ago

removing the "latest version this way" download image

I don't mind, we can try and see how it looks.

It could be replaced by a different image/SVG or even a CSS button!

modifying Chris's banner to not have the "Free and reliable P2P Bittorrent client" text and to replace that with actual text

I would like to avoid lossy operations on the image file unless you are able to do it in a pixel-perfect way. IMO a even better idea is to redraw it in svg format, but I guess this is too much work.

yeah, redrawing in SVG is too hard. I didn't know that editing it out would lose quality. :/