Add symbol icon to position detail dialog (#37)
parent
82e159a083
commit
cf582b2e98
@ -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