You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have the ability to add custom CSS for some small fixes.
In src/main.js
staticgetstyles(){return[sharedStyle,style,];}
it would be nice to also have the ability to have a custom config "style" attributes where the user can add the wanted css
For instance, I'd like to change the size of the target and current temperature, but there could be many changes that are all easy with just some css
I would like to have the ability to add custom CSS for some small fixes.
In src/main.js
it would be nice to also have the ability to have a custom config "style" attributes where the user can add the wanted css
For instance, I'd like to change the size of the target and current temperature, but there could be many changes that are all easy with just some css
Perhaps a simple changes like this would suffice:
Let me know
thanks
The text was updated successfully, but these errors were encountered: