diff --git a/core/ui/EditTemplate/controls.tid b/core/ui/EditTemplate/controls.tid index 4369d34ef..0d7cd7289 100644 --- a/core/ui/EditTemplate/controls.tid +++ b/core/ui/EditTemplate/controls.tid @@ -4,7 +4,7 @@ tags: $:/tags/EditTemplate \define config-title() $:/config/EditToolbarButtons/Visibility/$(listItem)$ \end -
+
<$view field="title"/> <$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<> text="hide"><$transclude tiddler=<>/>
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 19ae05ec0..2d6adf2f1 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -708,7 +708,7 @@ canvas.tc-edit-bitmapeditor { line-height: 22px; } -.tc-tiddler-title, .tc-titlebar { +.tc-titlebar { overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */ }