Skip to content

Commit 1dd6dbb

Browse files
committed
fix(timeline): fix navbar overlapping globe content
Fixes #14 Thanks: @uyarburak
1 parent c67306d commit 1dd6dbb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

public/logs/food/tiftik-street-food.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ If you are in Ankara and looking for a meal that satisfies deep cravings with a
2424
Tiftik Street Food is a must-visit.
2525

2626
**Final Score:** 5/5 - Highly Recommended.
27-
28-
### Location
29-
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3009.610664975765!2d28.9784!3d41.0082!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cab9e7a7777c43%3A0x4c76cf3dcc8b330d!2sTopkapi+Palace+Museum!5e0!3m2!1sen!2str!4v1565532551468!5m2!1sen!2str" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>

public/timeline/timeline.piml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
(timeline)
2+
> (item)
3+
(date) 2026-01-18
4+
(title) Multimodal Project Layouts
5+
(description) Implemented a polymorphic layout system for project pages, allowing projects to define their own visual identity via specialized 'Styles'. Launched four distinct protocols: 'Stylish' (e.g., Fezcodex), 'Museum' (e.g., PIML), 'Editorial' (e.g., Dush, BM), and 'Minimal Modern' (e.g., Yap). Each style adapts the UI to match the project's unique character.
6+
(type) feature
7+
(icon) PaletteIcon
8+
(link) /projects
9+
210
> (item)
311
(date) 2026-01-12
412
(title) Major SEO Refactoring: Declarative Metadata

src/pages/TimelinePage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const TimelinePage = () => {
139139
<div className="absolute inset-0 bg-gradient-to-t from-[#050505] via-transparent to-[#050505]/50" />
140140

141141
{/* HUD Elements */}
142-
<div className="absolute top-0 left-0 w-full h-full p-6 md:p-8 lg:p-12 pointer-events-none flex flex-col justify-between z-10">
142+
<div className="absolute top-0 left-0 w-full h-full p-6 md:p-8 lg:pt-20 lg:pb-20 lg:px-12 pointer-events-none flex flex-col justify-between z-10">
143143
{/* Top Bar HUD */}
144144
<div className="flex justify-between items-start">
145145
<div className="flex flex-col gap-1">
@@ -213,7 +213,7 @@ const TimelinePage = () => {
213213
</div>
214214

215215
{/* Right Column: Timeline Content */}
216-
<div className="w-full lg:w-7/12 relative bg-[#050505] p-6 md:p-12 lg:p-24 overflow-y-auto">
216+
<div className="w-full lg:w-7/12 relative bg-[#050505] p-6 md:p-12 lg:pt-32 lg:pb-24 lg:px-24 overflow-y-auto">
217217
{/* Vertical Line */}
218218
<div className="absolute left-6 md:left-12 lg:left-24 top-0 bottom-0 w-px bg-white/10" />
219219

0 commit comments

Comments
 (0)