mirror of https://github.com/ghostfolio/ghostfolio
Thomas
4 years ago
committed by
GitHub
13 changed files with 26 additions and 13 deletions
@ -1,3 +1,4 @@ |
|||||
:host { |
:host { |
||||
|
align-items: center; |
||||
display: flex; |
display: flex; |
||||
} |
} |
||||
|
@ -1,5 +1,6 @@ |
|||||
<img |
<img |
||||
*ngIf="url" |
*ngIf="url" |
||||
src="https://www.google.com/s2/favicons?domain={{ url }}&sz=64" |
src="https://www.google.com/s2/favicons?domain={{ url }}&sz=64" |
||||
|
[ngClass]="{ large: size === 'large' }" |
||||
[title]="tooltip ? tooltip : ''" |
[title]="tooltip ? tooltip : ''" |
||||
/> |
/> |
||||
|
Loading…
Reference in new issue