mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
[frio] Add left sidebar toggle button for mobile anonymous view
- It was missing from the anonymous top bar
This commit is contained in:
parent
fe442683ef
commit
1422e8a510
1 changed files with 5 additions and 0 deletions
|
@ -412,6 +412,11 @@
|
|||
<nav class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header pull-left">
|
||||
<button type="button" class="navbar-toggle collapsed pull-left visible-sm visible-xs"
|
||||
data-toggle="offcanvas" data-target="aside" aria-haspopup="true">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<i class="fa fa-ellipsis-v fa-fw fa-lg" aria-hidden="true"></i>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#">
|
||||
<div id="navbrand-container">
|
||||
<div id="logo-img"></div>
|
||||
|
|
Loading…
Reference in a new issue