feat(character): add max-widths for character model and talent trees
This commit is contained in:
parent
744e2ed626
commit
f324ca45ff
3 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue