This commit is contained in:
parent
124e2a87dd
commit
e681b5c196
3 changed files with 99 additions and 110 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
import path from "../utils/path.ts"
|
import path from "../utils/path.ts"
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="navbar bg-base-100 shadow-sm z-20">
|
<div class="navbar bg-base-100 shadow-sm z-20 sticky top-0">
|
||||||
<div class="navbar-start w-fit max-h-14">
|
<div class="navbar-start w-fit max-h-14">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<div tabindex="0" role="button" class="btn btn-ghost sm:hidden">
|
<div tabindex="0" role="button" class="btn btn-ghost sm:hidden">
|
||||||
|
|
|
||||||
|
|
@ -15,17 +15,8 @@ const props = Astro.props
|
||||||
<meta name="generator" content={Astro.generator}/>
|
<meta name="generator" content={Astro.generator}/>
|
||||||
<title>DIDAYS 2026{props.title ? ` | ${props.title}` : ""}</title>
|
<title>DIDAYS 2026{props.title ? ` | ${props.title}` : ""}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="w-full min-h-screen m-0">
|
||||||
<Navbar/>
|
<Navbar/>
|
||||||
<slot/>
|
<slot/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style>
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue