Skip to content

Commit

Permalink
adjustments to the server items gap
Browse files Browse the repository at this point in the history
  • Loading branch information
swordfest committed May 4, 2024
1 parent c8db91c commit 8c7f10a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function Layout({ children }: any) {
<Meta />
<Navbar />
{qrScreenCode && <ModalQR />}
<main className="wrapper container mx-auto w-full h-full xl:h-full grid grid-cols-12 auto-rows-auto mb-16 2xl:mb-0 mt-20 py-6 xl:py-8 gap-[30px] px-4 pb-4">
<main className="wrapper container mx-auto w-full h-full xl:h-full grid grid-cols-12 auto-rows-auto mb-16 2xl:mb-0 mt-16 py-6 xl:py-8 gap-[30px] px-4 pb-4">
<div className="sidebar-wrapper col-span-12 xl:col-span-3 gap-4 ">
<div className="server-subs-wrapper w-full h-auto flex gap-4 shrink-0 ">
<ServerStatsCard data={proxies} time={time} />
Expand Down
5 changes: 3 additions & 2 deletions components/serversListCols.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export default function ServersListCols(props: any) {
portFilter +
"&page=" +
pageCounter?.toString(),
fetcher
fetcher,
{ refreshInterval: 10000 }
);

useEffect(() => {
Expand Down Expand Up @@ -129,7 +130,7 @@ export default function ServersListCols(props: any) {
return (
<div
id="cuerpo"
className={`lista-servers-vpns col-span-12 xl:col-span-9 w-full h-full grid grid-cols-12 auto-rows-auto gap-[16px] `}
className={`lista-servers-vpns col-span-12 xl:col-span-9 w-full h-auto grid grid-cols-12 auto-rows-auto gap-4 `}
>
<p className="dark:text-white col-span-12">
<span className="font-bold dark:text-white">Disclaimer: </span>This
Expand Down

0 comments on commit 8c7f10a

Please sign in to comment.