mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:34:46 +00:00
Fix tiddler title alignment if no icon is acitve (#4859)
* add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * add a new-line before the log text to increase readability of the test output * make eslint, jslint happy * it shouldn't be there * fremove this file from my PRs * don't show the span if no icons are active. * title lineheight 1.3 needed for eg: gggggg
This commit is contained in:
@@ -986,7 +986,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
||||
.tc-titlebar {
|
||||
font-weight: 300;
|
||||
font-size: 2.35em;
|
||||
line-height: 1.2em;
|
||||
line-height: 1.3em;
|
||||
color: <<colour tiddler-title-foreground>>;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user