The result in the Home icon is overlaid with the close all "target" icon.
Without modifying the svgs is there a way to double the size of the home icon (or shrink the close all icon) and have the close all icon centred inside the house?
Thanks in advance
Tony
Message has been deleted
Message has been deleted
Mat
unread,
Aug 16, 2020, 3:21:52 AM8/16/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Yes. You need to add a class to the span because you'll target the svg. So the general idea is:
You mention "double the size" and it seems simple enough to use e.g "200%" then but % here is relative to the outer frame which is not the image. So you might have to specify in static measure units. You could also wrap both spans in a div and control its size.