summaryrefslogtreecommitdiff
path: root/client/html/top_navigation.tpl
diff options
context:
space:
mode:
authorMichael Serajnik <ms@mserajnik.at>2017-12-16 03:45:51 +0100
committerrr- <rr-@sakuya.pl>2018-03-10 17:45:37 +0100
commit26a1451ff62f10cb9f854fe791490668bb88dc28 (patch)
tree1c3f59161d2b7a9a9920c7a2846d4bed7170eb7d /client/html/top_navigation.tpl
parentc770ad8f28064574fcbcdeea44e895b911acd8f3 (diff)
client/css: improve mobile styling
Diffstat (limited to 'client/html/top_navigation.tpl')
-rw-r--r--client/html/top_navigation.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/html/top_navigation.tpl b/client/html/top_navigation.tpl
index b068982..f1af461 100644
--- a/client/html/top_navigation.tpl
+++ b/client/html/top_navigation.tpl
@@ -1,5 +1,9 @@
<nav id='top-navigation' class='buttons'><!--
--><ul><!--
+ --><button id="mobile-navigation-toggle"><!--
+ --><span class="site-name"><%- ctx.name %></span><!--
+ --><span class="toggle-icon"><i class="fa fa-bars"></i></span><!--
+ --></button><!--
--><% for (let item of ctx.items) { %><!--
--><% if (item.available) { %><!--
--><li data-name='<%- item.key %>'><!--