Skip to content

Commit

Permalink
Added compatibility list to (desktop only) navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce04 committed Jul 30, 2024
1 parent 0714f3b commit d9ac34b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/stylesheets/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
left: 50px;
}
@media (orientation: portrait) {
#emu-name {
#emu-name,
.desktop-only {
display: none;
}
}
Expand Down
3 changes: 3 additions & 0 deletions resources/templates/generic-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<div id="link_tray">
<a href="https://github.com/Lime3DS/Lime3DS/releases">Releases</a> |
<a href="https://github.com/Lime3DS/Lime3DS">GitHub</a> |
<span class="desktop-only">
<a href="https://lime3ds.github.io/pages/compatibility">Compatibility</a> |
</span>
<a href="/pages/faq">FAQ</a> |
<a href="https://github.com/Lime3DS/Lime3DS/wiki">Wiki</a> |
<a href="https://discord.com/invite/4ZjMpAp3M6">Discord</a>
Expand Down

0 comments on commit d9ac34b

Please sign in to comment.