mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-05 13:40:02 +00:00
![Jermolene](/assets/img/avatar_default.png)
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>
|