Fixed an issue, where the logo would be off center, if the font-family attribute was applied to the element.

This commit is contained in:
Greenscreener 2020-05-18 19:43:43 +02:00
parent 2661c6da1c
commit a9d73d164a

View File

@ -19,7 +19,7 @@ template.innerHTML = `
font-weight: bold; font-weight: bold;
} }
#titlePlaceholder { #titlePlaceholder {
margin-right: -1.15em; margin-right: -1.55em;
visibility: hidden; visibility: hidden;
} }
#titleText { #titleText {
@ -44,6 +44,7 @@ template.innerHTML = `
white-space: nowrap; white-space: nowrap;
} }
:host { :host {
font-family: "Fira Code", monospace;
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
margin-bottom: -0.3em; margin-bottom: -0.3em;