diff options
| author | Michael Serajnik <ms@mserajnik.at> | 2017-12-16 03:45:51 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2018-03-10 17:45:37 +0100 |
| commit | 26a1451ff62f10cb9f854fe791490668bb88dc28 (patch) | |
| tree | 1c3f59161d2b7a9a9920c7a2846d4bed7170eb7d /client/html/top_navigation.tpl | |
| parent | c770ad8f28064574fcbcdeea44e895b911acd8f3 (diff) | |
client/css: improve mobile styling
Diffstat (limited to 'client/html/top_navigation.tpl')
| -rw-r--r-- | client/html/top_navigation.tpl | 4 |
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 %>'><!-- |