forked from noxious/client
Made chat + menu btns responsive
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user