mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 23:47:13 +00:00
Grid Layout Fix Server
This commit is contained in:
parent
947ab69923
commit
dcce66a449
@ -321,7 +321,7 @@ export default function Dashboard() {
|
|||||||
<br />
|
<br />
|
||||||
{!loading ?
|
{!loading ?
|
||||||
<div className={isGridLayout ?
|
<div className={isGridLayout ?
|
||||||
"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4" :
|
"grid grid-cols-1 md:grid-cols-1 lg:grid-cols-2 gap-4" :
|
||||||
"space-y-4"}>
|
"space-y-4"}>
|
||||||
{servers.map((server) => (
|
{servers.map((server) => (
|
||||||
<Card
|
<Card
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user