josh
September 5, 2022, 2:23pm
3
I also wanted to highlight a previous discussion we had where you mentioned that switching to the font-size for scaling the icon helped. Perhaps that would help here as well?
As usual, I’ll preface this that any supplied Custom CSS snippets are not officially supported and you may have to tweak things with future app updates.
I think it’s because you’re only targeting the width with the temperature-and-icon line.
Whereas with the line 2-3 with targeting .icon (which won’t actually apply to a weather tile icon) you’re applying both the height and the width.
So instead of
.tile.--theme-style-weather .temperature-and-icon svg { width: 40%; position: absolute; top:…