summaryrefslogtreecommitdiffhomepage
path: root/src/pt/nav-bar.html
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-08 20:14:24 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-08 20:14:24 +0200
commiteba72d64459c2c83a5a68dbc30a169feb9266937 (patch)
tree8c6f535b2e01f367686107345e26d2dd55592717 /src/pt/nav-bar.html
parentd8d258e1ffb529ee3b90c51358e05c0b7b040b9c (diff)
Fix mobile again
Diffstat (limited to 'src/pt/nav-bar.html')
-rw-r--r--src/pt/nav-bar.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pt/nav-bar.html b/src/pt/nav-bar.html
index e17627a..ce6fb48 100644
--- a/src/pt/nav-bar.html
+++ b/src/pt/nav-bar.html
@@ -5,7 +5,10 @@
<li><div class=unavailable>World Coins</div></li>
<li><div class=unavailable>World Banknotes</div></li>
<li>
- <div id=lang-selected>Português</div>
- <!-- LANG-SELECTOR -->
+ <input type=checkbox id=lang-button />
+ <label for=lang-button>
+ <div id=lang-selected>Português</div>
+ <!-- LANG-SELECTOR -->
+ </label>
</li>
</ul>