mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 21:03:21 -08:00
In practice, if you look at TabsMacro you’ll see that the width of the tab content is wrong, and will usually overflow the container. Next step is to fix that by using flexbox…
7 lines
281 B
Text
7 lines
281 B
Text
title: $:/core/ui/SideBar/More
|
|
tags: $:/tags/SideBar
|
|
caption: {{$:/language/SideBar/More/Caption}}
|
|
|
|
<div class="tw-more-sidebar">
|
|
<<tabs "[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]" "$:/core/ui/MoreSideBar/Tags" "$:/state/tab/moresidebar" "tw-vertical">>
|
|
</div>
|