Player can now disable emojis

This commit is contained in:
NewHappyRabbit
2025-02-16 12:18:50 -08:00
committed by Evan
parent d9f2b683d7
commit f44fd79568
9 changed files with 141 additions and 38 deletions
+3 -1
View File
@@ -210,7 +210,9 @@
<top-bar></top-bar>
<player-panel></player-panel>
<div class="fixed right-0 top-0 z-50 flex flex-col w-32 sm:w-32 lg:w-48">
<div
class="flex flex-column gap-2 fixed right-0 top-0 z-50 flex flex-col w-32 sm:w-32 lg:w-48"
>
<options-menu></options-menu>
<player-info-overlay></player-info-overlay>
</div>