minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
93 stars 45 forks source link

Improve UI on mobile #489

Open AFCMS opened 7 months ago

AFCMS commented 7 months ago

Problem

Currently the UI on mobile have a lot of small problems.

Buttons in various places do not have a vertical gap when they cannot be displayed inline: Screenshot_2023-11-15-15-58-49-670_com.android.chrome.jpg

Review profile pictures are misaligned with the review: Screenshot_2023-11-15-16-03-25-807_com.android.chrome.jpg

The todo, notification, plus, etc buttons could be aligned, which would lead into less unused free space: Screenshot_2023-11-15-16-05-34-275_com.android.chrome.jpg

Solutions

Make CDB UI more adaptive on mobile.

Alternatives

None

Additional context

ContentDB is mostly used on desktop, but mobile is still useful to search packages more easily than with the in-game UI. It may also be useful for package maintainers to make small changes, etc