Kyoso-Team / kyoso

A web application that takes osu! tournaments beyonds spreadsheets.
http://kyoso.sh
GNU Affero General Public License v3.0
1 stars 1 forks source link

Make uploaded assets display consistently #47

Open L-Mario564 opened 2 months ago

L-Mario564 commented 2 months ago

Why?

The display of the uploaded tournament related assets should be consistent across the entire website. If the image doesn't meet the recommendations, it should zoom at the center of the image without stretching it.

How?

Review all current places where the tournament assets are used (dashboard page, manage assets page and upload image component) and make it consistent everywhere, the image displaying as specified above, which can be achieved by using a div and displaying the image as the div's background.