diff --git a/components/SelfView.vue b/components/SelfView.vue index dc3cc56..4c6264b 100644 --- a/components/SelfView.vue +++ b/components/SelfView.vue @@ -165,7 +165,15 @@ const discard_unwrapped = ref(false) position: absolute; top: 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; bottom: -50px; max-width: 100vw;