fix player css width
This commit is contained in:
parent
b4b253ab86
commit
0172e1dba3
@ -437,11 +437,12 @@
|
|||||||
#targeting, .resolving-skill {
|
#targeting, .resolving-skill {
|
||||||
width: calc(100% - 1em);
|
width: calc(100% - 1em);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.player {
|
.player {
|
||||||
width: calc(100% - 1em);
|
width: calc(100% - 1em);
|
||||||
bottom: 3em;
|
bottom: 3em;
|
||||||
height: calc(50% - 3em);
|
height: calc(50% - 3em);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user