Fix typo
This commit is contained in:
@@ -165,7 +165,15 @@ const discard_unwrapped = ref(false)
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
const stack_unwrapped=ref(false) position: fixed;
|
transform: translate(-50%, -50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#self_hand {
|
||||||
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
position: fixed;
|
||||||
right: 60px;
|
right: 60px;
|
||||||
bottom: -50px;
|
bottom: -50px;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
|
|||||||
Reference in New Issue
Block a user