mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
b3032d452f
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…
8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
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>
|