Convert game screen to tailwind
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ul class="list-none flex gap-2.5">
|
||||
<ul class="list-none flex gap-2.5 items-center">
|
||||
<li class="menu-item relative">
|
||||
<div class="absolute bottom-[65px] left-1/2 translate-x-[-50%] w-[85px] h-[24px] text-center bg-gray-300 border-2 border-solid border-cyan rounded-3xl hidden">
|
||||
<p class="absolute w-full bottom-0 m-0 text-sm leading-6">Chat</p>
|
||||
|
Reference in New Issue
Block a user