1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: leaderboard responsiveness

This commit is contained in:
Ferdinand Mütsch
2022-10-06 20:42:05 +02:00
parent ef87445e43
commit 2ce720c20f
4 changed files with 15 additions and 9 deletions

View File

@ -141,3 +141,9 @@ body {
filter: invert(1);
cursor: pointer;
}
.max-available {
max-width: -moz-available;
max-width: -webkit-fill-available;
max-width: fill-available;
}

File diff suppressed because one or more lines are too long

Binary file not shown.