diff --git a/core/ui/EditTemplate/fields.tid b/core/ui/EditTemplate/fields.tid index 84f0baa68..7afaf8ac1 100644 --- a/core/ui/EditTemplate/fields.tid +++ b/core/ui/EditTemplate/fields.tid @@ -57,7 +57,7 @@ $value={{{ [get[text]] }}}/> \whitespace trim
- +
<$list filter="[all[current]fields[]] +[sort[title]]" variable="currentField" storyview="pop"> <$list filter=<> variable="temp"> diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index dc9b99f08..89811d577 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1420,6 +1420,10 @@ html body.tc-body.tc-single-tiddler-window { width: 100%; } +.tc-edit-fields.tc-edit-fields-small { + margin-top: 0; + margin-bottom: 0; +} .tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td { border: none;