mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Hotfix mobile sidebar issue, pusher
This commit is contained in:
parent
a460934e65
commit
a947174409
2 changed files with 7 additions and 1 deletions
|
@ -8,3 +8,6 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!-- END PUSHER -->
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class='ui vertical inverted sidebar menu right overlay'>
|
<div class='ui vertical inverted sidebar menu right overlay' style="z-index: 100;">
|
||||||
<a class='item' href='/'>
|
<a class='item' href='/'>
|
||||||
<img class='ui image' src='{{ site.assets_url }}img/logo_v3_name_light.svg' style='width: 10rem; padding: 0.6rem;'>
|
<img class='ui image' src='{{ site.assets_url }}img/logo_v3_name_light.svg' style='width: 10rem; padding: 0.6rem;'>
|
||||||
</a>
|
</a>
|
||||||
|
@ -13,6 +13,9 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- START PUSHER -->
|
||||||
|
<div class="pusher">
|
||||||
|
|
||||||
<div class='ui inverted stackable borderless menu {% if include.home %}home{% endif %}' id='menubar'>
|
<div class='ui inverted stackable borderless menu {% if include.home %}home{% endif %}' id='menubar'>
|
||||||
<div class='menu'>
|
<div class='menu'>
|
||||||
<a class='item' href='/' style='padding: 0 6px;'>
|
<a class='item' href='/' style='padding: 0 6px;'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue