Matt
Matt
If you edit config/www/community/tesla-style-solar-power-card/tesla-style-solar-power-card.js remove 'overflow: hidden;' from .acc_text_extra. The extra info strings do not get cropped. Not that pretty but a bit better I think. 
Hi @caitotheonlypotato There are a few things I had issues with when editing this myself and getting it to show up in the browser and app. Things to try: 1....
That's great. I have tried some tweaks to the js for reducing the size of the icons as an alternative to increasing the circle size but it didn't work. I've...
I've forked and branched the code, currently working on: https://github.com/matban666/tesla-style-solar-power-card/tree/restyle-to-better-fit-extra-text Smaller icons, bigger circles and thicker lines, now need to sort the layout inside the bubbles as the other sizing...
> > > Unfortunately, this code did not make any changes for me, at least not on the PC browsers > > > ``` > > > .acc_container { >...
I've got the bubble content a bit better laid out. Looks pretty good in my pc browser but on my mobile app the icons are a little to the right...
Working on getting the Wh/kWh for extra entities working is the same way as the main entities do for W/kW. As well as looking neater, this saves quite a bit...
Committed the code with the Wh/kWh working now. I can't quite get the accessory lines to join the circles correctly on different browsers. My chrome is OK but my adroid...
Thanks @caitotheonlypotato for the feedback. I've fixed some of the resizing/layout issues. https://github.com/matban666/tesla-style-solar-power-card/blob/restyle-to-better-fit-extra-text/tesla-style-solar-power-card.js
@xsirpreisx that is a fair point. Looks like https://github.com/ulic75/power-flow-card has active development too. I've fixed up a fair bit of scaling/layout issues in the commit to my latest fork and...