chore: polish css

This commit is contained in:
Tristan Yang
2023-02-24 22:11:03 +08:00
parent 06833a546f
commit e80466b1c8
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default function Overview() {
const isAdmin = loginUser?.is_admin;
return (
<div className="relative w-[512px] h-full flex flex-col gap-6">
<div className="relative w-full md:w-[512px] h-full flex flex-col gap-6">
<Server />
{isAdmin && (
<>