Wiki: Placeholder-Icon auf Phosphor 'dog' umgestellt (statt unförmigem Custom-SVG), SW by-v368
This commit is contained in:
parent
af4b1a4a55
commit
092230c4e1
2 changed files with 2 additions and 2 deletions
|
|
@ -368,7 +368,7 @@ window.Page_wiki = (() => {
|
|||
}
|
||||
}
|
||||
|
||||
const _DOG_SILHOUETTE = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="48" height="48" fill="currentColor" aria-hidden="true"><path d="M200,56H180V48a12,12,0,0,0-24,0v8H132a44,44,0,0,0-43.3,36.3L80,140H60a28,28,0,0,0-28,28v16a12,12,0,0,0,12,12H204a12,12,0,0,0,12-12V100A44.05,44.05,0,0,0,200,56Zm20,128H44V168a4,4,0,0,1,4-4H84.9l4.16-41.57A20,20,0,0,1,108.86,104H156a4,4,0,0,1,0,8H128a4,4,0,0,0,0,8h28a12,12,0,0,0,12-12,11.84,11.84,0,0,0-.1-1.52A20,20,0,0,1,196,124Zm0-60a20,20,0,0,1-7.77,15.82A27.84,27.84,0,0,0,180,132V120a12,12,0,0,1,12-12h16a4,4,0,0,0,4-4V100A20,20,0,0,1,220,124ZM168,48a4,4,0,0,1,8,0V72H168Z"/></svg>`;
|
||||
const _DOG_SILHOUETTE = `<svg class="ph-icon" aria-hidden="true" style="width:2.5rem;height:2.5rem"><use href="/icons/phosphor.svg#dog"></use></svg>`;
|
||||
|
||||
function _breedCardHtml(r) {
|
||||
const fotoUrl = r.foto_url || r.user_foto || '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue