benpm / rundash

😏 Rundash - A simple online racing-platformer made to run on most browsers / systems
Apache License 2.0
2 stars 0 forks source link

Fix Leaderboard for Landscape Mode #6

Closed benpm closed 7 years ago

benpm commented 7 years ago

The leaderboard should be re-oriented in landscape mode. Likely this should be done using translate, rotate(90deg) and some sort of translate() possibly

benpm commented 7 years ago

Oriented correctly, but gets cut off. This is most likely due to the use of vw and vh. Should be able to fix using percentages instead. Imgur