Merge pull request #11968 from MrPetovan/bug/11943-frio-left-sidebar-button-mobile

[frio] Add left sidebar toggle button for mobile anonymous view
This commit is contained in:
Tobias Diekershoff 2022-10-07 07:40:25 +02:00 committed by GitHub
commit 71cc10835f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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>