From 9b711cd4c6734a5f53f28e0216861308b75d546c Mon Sep 17 00:00:00 2001 From: legonzaur Date: Wed, 1 May 2024 15:42:11 +0200 Subject: [PATCH] Fix typo --- components/SelfView.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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;