Skip to content

Commit

Permalink
Update current nav page ui
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Aug 29, 2024
1 parent 7255069 commit 6017a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
30 changes: 0 additions & 30 deletions app/elements/product-nav.mjs

This file was deleted.

6 changes: 4 additions & 2 deletions app/elements/site-header.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,18 @@ export default function SiteHeader ({ html, state }) {
}
.active:before {
content: '•';
content: '⏺';
scale: 0.66;
position: absolute;
inline-size: 2ch;
inset-inline-start: -2ch;
}
@media (min-width: 56em) {
.active:before {
scale: 0.5;
inset-inline-start: unset;
inset-inline-end: 0;
inset-inline-end: -0.5ch;
inset-block-start: 0;
text-align: right;
}
Expand Down

0 comments on commit 6017a2b

Please sign in to comment.