Commit 09ef00f 1 parent e32ff82 commit 09ef00f Copy full SHA for 09ef00f
File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 10
10
setContext (" type" , () => type );
11
11
</script >
12
12
13
- <!-- Logo/ Navbar -->
14
- <div class =" flex items-center justify-between bg-accent pr-4 dark:bg-transparent" >
15
- <a href =" /" >
16
- <div class =" flex cursor-pointer flex-row items-center" >
17
- <Logo />
18
- <h1 class =" relative top-[-0.25rem] hidden text-[2rem] font-bold md:inline" >NAVIGATOR</h1 >
19
- </div >
20
- </a >
13
+ <div class =" flex h-screen w-screen flex-col" >
14
+ <!-- Logo/ Navbar -->
15
+ <div class =" flex items-center justify-between bg-accent pr-4 dark:bg-transparent" >
16
+ <a href =" /" >
17
+ <div class =" flex cursor-pointer flex-row items-center" >
18
+ <Logo />
19
+ <h1 class =" relative top-[-0.25rem] hidden text-[2rem] font-bold md:inline" >NAVIGATOR</h1 >
20
+ </div >
21
+ </a >
21
22
22
- <Navbar bind:type />
23
- </div >
23
+ <Navbar bind:type />
24
+ </div >
24
25
25
- <!-- Content -->
26
- {@render children ()}
26
+ <!-- TimeTable/ Route Planner -->
27
+ {@render children ()}
28
+ </div >
Original file line number Diff line number Diff line change 25
25
}}
26
26
/>
27
27
28
- <div class =" flex items-center justify-center" >
28
+ <div class =" flex flex-[1] items-center justify-center" >
29
29
{#if type () === " timetable" }
30
30
<TimeTable />
31
31
{:else if type () === " route_planner" }
You can’t perform that action at this time.
0 commit comments