mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
98f67373b1
* Menubar plugin: make sidebar-scrollable top margin adjust ... ... to height of menubar * Update styles.tid * Update styles.tid * Update styles.tid * Update styles.tid * Update menu.tid * Update styles.tid * Update styles.tid * Update styles.tid * Update styles.tid * Update menu.tid * Update styles.tid * Update styles.tid
10 lines
720 B
Plaintext
10 lines
720 B
Plaintext
title: $:/core/ui/TopBar/menu
|
|
tags: $:/tags/TopRightBar
|
|
|
|
<$list filter="[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]" variable="ignore">
|
|
<$button set="$:/state/sidebar" setTo="no" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class="tc-btn-invisible tc-hide-sidebar-btn">{{$:/core/images/chevron-right}}</$button>
|
|
</$list>
|
|
<$list filter="[[$:/state/sidebar]get[text]] +[else[yes]match[no]]" variable="ignore">
|
|
<$button set="$:/state/sidebar" setTo="yes" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class="tc-btn-invisible tc-show-sidebar-btn">{{$:/core/images/chevron-left}}</$button>
|
|
</$list>
|