Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions playground/chatgpt.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ a { color: inherit; }
.nav {
position: sticky; top: 0; z-index: 20;
display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
padding: 14px clamp(28px, 8vw, 120px);
padding: 14px clamp(20px, 4vw, 56px);
background: transparent;
}
.nav__brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; letter-spacing: -.4px; text-decoration: none; }
.nav__icon { display: block; width: 26px; height: 26px; }
.nav__links { display: flex; align-items: center; gap: 20px; margin-left: 14px; }
.nav__links { display: flex; align-items: center; gap: 16px; margin-left: 14px; }
.nav__links a { font-size: 15px; color: var(--text-dim); text-decoration: none; }
.nav__links a:hover { color: var(--text); }
.nav__end { margin-left: auto; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: flex-end; row-gap: 8px; }
Expand Down Expand Up @@ -459,7 +459,7 @@ details.foldout > summary:focus-visible,

/* Mid widths: drop the whole control cluster onto its own row instead of
letting a single trailing select orphan-wrap next to the nav links. */
@media (max-width: 1180px) {
@media (max-width: 1020px) {
.nav__end { flex-basis: 100%; justify-content: flex-start; }
}
@media (max-width: 900px) {
Expand Down
3 changes: 0 additions & 3 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
</a>
<nav class="nav__links" aria-label="Main">
<a href="https://github.com/devswha/patina">GitHub</a>
<a href="https://github.com/devswha/patina/tree/main/docs">Docs</a>
<a href="#examples">Examples</a>
<a href="#pricing">Pricing</a>
<a href="https://github.com/devswha/patina/blob/main/docs/benchmarks/latest.md">Benchmark</a>
<a href="https://github.com/devswha/patina/blob/main/docs/ETHICS.md">Ethics</a>
</nav>
<div class="nav__end">
<label class="ctl">
Expand Down