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

@ -66,11 +66,18 @@
border: 1px solid #ffcf00;
}
#talents-spec-0.hidden,
#talents-spec-1.hidden {
.talents-spec {
justify-content: center;
}
.talents-spec.hidden {
display: none;
}
.talents-spec .column {
max-width: 500px;
}
.talent-tree .header {
display: flex;
justify-content: center;