mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
b7f638aef3
Fixes remainder of #824
10 lines
627 B
Plaintext
10 lines
627 B
Plaintext
title: $:/core/ui/TopBar/menu
|
|
tags: $:/tags/TopRightBar
|
|
|
|
<$reveal state="$:/state/sidebar" type="nomatch" text="no">
|
|
<$button set="$:/state/sidebar" setTo="no" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class="tc-btn-invisible">{{$:/core/images/chevron-right}}</$button>
|
|
</$reveal>
|
|
<$reveal state="$:/state/sidebar" type="match" text="no">
|
|
<$button set="$:/state/sidebar" setTo="yes" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class="tc-btn-invisible">{{$:/core/images/chevron-left}}</$button>
|
|
</$reveal>
|