Skip to content

Commit

Permalink
fix: navigation styling on brave
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst committed Apr 28, 2024
1 parent c7790ec commit 2607492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions public/style/components/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ nav ul li:first-child::before
content: "";
}

nav ul li.no-delimiter::after
{
content: "\A";
white-space: pre;
}

@media only screen and (max-width: 720px)
{
nav ul
Expand Down
4 changes: 2 additions & 2 deletions views/navigation.dt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ nav
a(href="/pastry") cli-tool
li
a(href="/changelog") changelog
li.no-delimiter
li
a(href="/legal") legal

a.tooltip.wordwrap
i.fas.fa-exchange-alt
span.tooltip-text toggle editor word wrap

a.tooltip.fullwidth
i.fas.fa-expand
span.tooltip-text toggle full width page

0 comments on commit 2607492

Please sign in to comment.