fix tiny equipment
This commit is contained in:
parent
3ba7f60fdb
commit
fac1596c54
@ -261,7 +261,7 @@ export default {
|
|||||||
right: -35pt;
|
right: -35pt;
|
||||||
transform: scale(0.45);
|
transform: scale(0.45);
|
||||||
transform-origin: 50% 0%;
|
transform-origin: 50% 0%;
|
||||||
top: 0;
|
top: 10pt;
|
||||||
}
|
}
|
||||||
.tiny-health {
|
.tiny-health {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -272,6 +272,10 @@ export default {
|
|||||||
.tiny-equipment .card:nth-child(n+2) {
|
.tiny-equipment .card:nth-child(n+2) {
|
||||||
margin-top: -60pt;
|
margin-top: -60pt;
|
||||||
}
|
}
|
||||||
|
.tiny-equipment .card:hover {
|
||||||
|
transform: translateY(10px) scale(1.1);
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
.tiny-character {
|
.tiny-character {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: scale(0.5) translate(-80px, -40px);
|
transform: scale(0.5) translate(-80px, -40px);
|
||||||
|
Loading…
Reference in New Issue
Block a user