feat(character): add max-widths for character model and talent trees

This commit is contained in:
Axel Cocat 2022-02-27 00:50:41 +01:00
parent 744e2ed626
commit f324ca45ff
3 changed files with 15 additions and 4 deletions

View file

@ -14,6 +14,10 @@
flex-direction: column;
}
#model {
max-width: 1000px;
}
#model,
#model canvas {
touch-action: none;