Skip to content

Commit

Permalink
page height
Browse files Browse the repository at this point in the history
  • Loading branch information
slayernominee committed Jan 7, 2024
1 parent d3b59a1 commit eeb59e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- [ ] download auto the minecraft server
- [ ] auto start the server (is currently only possible via the console with `start` / `stop`)
- [ ] start / stop the server
- [ ] backend modifiable cors
- [ ] bash script to generate a random token, port etc ...

A free & opensource Minecraft Dashboard to control your server

Expand Down
2 changes: 1 addition & 1 deletion app/components/dash_lay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Sidebar } from '@/components/hyper/sidebar'

export default function Layout({ children }: { children: React.ReactNode }) {
return (
<main className="grid grid-cols-6">
<main className="grid grid-cols-6 overflow-hidden h-[100vh]">
<Sidebar />
<div className="w-full col-span-5 px-24 py-[7%]">
{children}
Expand Down

0 comments on commit eeb59e0

Please sign in to comment.