mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
parent
bc687e5783
commit
8f12717935
@ -4,8 +4,8 @@ description: Sidebar
|
||||
is-dropdown: yes
|
||||
tags: $:/tags/MenuBar
|
||||
|
||||
<div class="tc-popup-keep tc-menubar-dropdown-sidebar">
|
||||
<$scrollable fallthrough="none" class="tc-popup-keep tc-menubar-dropdown-sidebar">
|
||||
|
||||
<$transclude tiddler="$:/core/ui/SideBarSegments/tabs" mode="inline"/>
|
||||
|
||||
</div>
|
||||
</$scrollable>
|
||||
|
@ -44,7 +44,6 @@ tags: $:/tags/PageTemplate
|
||||
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]limit[1]]" variable="listItem">
|
||||
<nav class="tc-menubar tc-adjust-top-of-scroll">
|
||||
<$scrollable fallthrough="none">
|
||||
<div class="tc-menubar-narrow">
|
||||
<<menubar-inner narrow>>
|
||||
</div>
|
||||
@ -65,6 +64,5 @@ tags: $:/tags/PageTemplate
|
||||
</$set>
|
||||
</$list>
|
||||
</$list>
|
||||
</$scrollable>
|
||||
</nav>
|
||||
</$list>
|
||||
|
Loading…
Reference in New Issue
Block a user