mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
show ability modal in center position
This commit is contained in:
parent
d0a117297c
commit
d75575118b
2 changed files with 11782 additions and 23 deletions
11799
package-lock.json
generated
11799
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue