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