From 17fb43bd6fadf83b622b8f33ca148c77cebaa76c Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 29 Jan 2020 17:09:28 +0000 Subject: [PATCH] Introduction edition: fix some display issues Two of the tiddlers incorporate content dynamically drawn from the core, and so the size of the tiddlers has increased as the core has grown. --- editions/introduction/tiddlers/slides/Translations.tid | 10 ++++------ editions/introduction/tiddlers/system/styles.tid | 3 ++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/editions/introduction/tiddlers/slides/Translations.tid b/editions/introduction/tiddlers/slides/Translations.tid index 588b400e9..269f2c171 100644 --- a/editions/introduction/tiddlers/slides/Translations.tid +++ b/editions/introduction/tiddlers/slides/Translations.tid @@ -6,14 +6,9 @@ $(languagePluginTitle)$/icon TiddlyWiki is currently available in <$count filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]] -[[$:/languages/de-AT]]"/> languages: -
+
<$list filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]] -[[$:/languages/de-AT]]">
- -<$view subtiddler="$:/language/ControlPanel/Basics/Language/Prompt"> -<$view tiddler="$:/language/ControlPanel/Basics/Language/Prompt"/> - - <$set name="languagePluginTitle" value=<>> <$transclude subtiddler=<>> @@ -27,6 +22,9 @@ TiddlyWiki is currently available in <$count filter="[[$:/languages/en-GB]] [plu <$view field="title"/> +<$view subtiddler="$:/language/ControlPanel/Basics/Language/Prompt"> +<$view tiddler="$:/language/ControlPanel/Basics/Language/Prompt"/> +
diff --git a/editions/introduction/tiddlers/system/styles.tid b/editions/introduction/tiddlers/system/styles.tid index c5568b835..2f2ef6d6c 100644 --- a/editions/introduction/tiddlers/system/styles.tid +++ b/editions/introduction/tiddlers/system/styles.tid @@ -19,7 +19,8 @@ html body .tc-subtitle { } .tc-view-toolbar-tools { - font-size: 0.7em; + font-size: 0.5em; + line-height: 1.1; } .tc-view-toolbar-tools p {