show ability modal in center position

This commit is contained in:
sfy 2022-06-02 23:54:37 +08:00
parent d0a117297c
commit d75575118b
2 changed files with 11782 additions and 23 deletions

11799
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -198,9 +198,11 @@ export default {
.ability {
display: flex;
position: absolute;
position: fixed;
padding: 5px 10px;
left: 120%;
left: 50%;
top: 105%;
transform: translate(-50%, 0);
width: 250px;
z-index: 25;
font-size: 80%;