fix(tag): overflow on mobile

This commit is contained in:
hamster1963 2024-11-19 23:39:31 +08:00
parent cc12787382
commit 955244ee7f

View File

@ -105,7 +105,7 @@ export default function ServerListClient() {
return ( return (
<> <>
<section className="flex items-center gap-2"> <section className="flex items-center gap-2 w-full overflow-hidden">
<button <button
onClick={() => { onClick={() => {
setStatus("all"); setStatus("all");