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:
Mario Pietsch
2020-10-23 20:39:03 +02:00
committed by GitHub
parent a1b486436e
commit 4877891980
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
}