1
0
forked from noxious/client

Made chat + menu btns responsive

This commit is contained in:
2024-08-21 22:18:20 +02:00
parent 2f80f31a33
commit 4d326f24ac
4 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<template>
<ul class="list-none flex gap-2.5 items-center m-0">
<ul class="list-none flex gap-2.5 items-center m-0 max-md:pl-0">
<li class="menu-item group relative" @click="gameStore.toggleChat">
<div class="group-hover:block absolute bottom-16 left-1/2 -translate-x-1/2 w-20 h-6 text-center bg-gray-300 border-2 border-solid border-cyan rounded-3xl hidden">
<p class="absolute w-full bottom-0 m-0 text-xs leading-6">Chat</p>