dshanske / syndication-links

Add and Display Syndication Links in WordPress
https://wordpress.org/plugins/syndication-links/
GNU General Public License v2.0
30 stars 13 forks source link

SVG icons don't show in Safari for Mac / iOS / iPadOS #150

Closed metbril closed 2 years ago

metbril commented 2 years ago

The SVG icons are rendered, but are invisible in Safari. They do show up in Firefox for Mac. I have tried to switch themes, but that doesn't really matter. See screenshots.

This page has a link to both Twitter and Mastodon: https://robertvanbregt.nl/2022/02/02/he-siri-ik-wil-staan/

Safari for Mac:

Schermafbeelding 2022-02-04 om 10 44 05

Firefox for Mac:

Schermafbeelding 2022-02-04 om 10 44 36
metbril commented 2 years ago

It's a styling issue. I've added this CSS to my child theme:

ul.relsyn li svg {
  height: 1rem;
  width: 1rem;
}