mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-22 14:00:03 +00:00
Fix the menu hamburger
This commit is contained in:
parent
8b813ccb43
commit
871630be88
@ -3,7 +3,7 @@ tags: $:/tags/PageTemplate
|
|||||||
|
|
||||||
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
|
<$scrollable fallthrough="no" class="tw-sidebar-scrollable">
|
||||||
|
|
||||||
<header class="sidebar-header">
|
<$reveal class="sidebar-header" state="$:/state/sidebar" type="match" text="yes" default="yes" retain="yes">
|
||||||
|
|
||||||
<div class="titlebar">{{$:/SiteTitle}}</div>
|
<div class="titlebar">{{$:/SiteTitle}}</div>
|
||||||
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
|
<div class="tw-subtitle">{{$:/SiteSubtitle}}</div>
|
||||||
@ -16,6 +16,6 @@ tags: $:/tags/PageTemplate
|
|||||||
|
|
||||||
{{$:/core/ui/SideBarLists}}
|
{{$:/core/ui/SideBarLists}}
|
||||||
|
|
||||||
</header>
|
</$reveal>
|
||||||
|
|
||||||
</$scrollable>
|
</$scrollable>
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
title: $:/core/ui/TopBar/menu
|
title: $:/core/ui/TopBar/menu
|
||||||
tags: $:/tags/TopRightBar
|
tags: $:/tags/TopRightBar
|
||||||
|
|
||||||
<$button message="tw-new-tiddler" class="btn-invisible">{{$:/core/images/menu-button}}</$button>
|
<$reveal state="$:/state/sidebar" type="nomatch" text="no">
|
||||||
|
<$button set="$:/state/sidebar" setTo="no" class="btn-invisible">{{$:/core/images/menu-button}}</$button>
|
||||||
|
</$reveal>
|
||||||
|
<$reveal state="$:/state/sidebar" type="match" text="no">
|
||||||
|
<$button set="$:/state/sidebar" setTo="yes" class="btn-invisible">{{$:/core/images/menu-button}}</$button>
|
||||||
|
</$reveal>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user