mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Grid Layout Fix Server
This commit is contained in:
parent
947ab69923
commit
dcce66a449
@ -321,7 +321,7 @@ export default function Dashboard() {
|
||||
<br />
|
||||
{!loading ?
|
||||
<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"}>
|
||||
{servers.map((server) => (
|
||||
<Card
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user