my addons page is a bit broken since a couple of month
i found that css
since it looks normal once i disabled these rules, i assume thats the cause
i also found the source of the css:
unfortunately the name of the script is really obscure and the only info i got, is the folder name “hacs frontend”
can anyone help me track down the source?
ludeeus
(Ludeeus)
2
I don’t have a reason for you.
Both HACS and the Supervisor (add-ons) panels run inside iframes with components using shadow root for styles. They can not affect each other.
But you are looking in the wrong place.
https://github.com/home-assistant/frontend/blob/cc4cfe1b5c63e1b5b83951e1431a6c6b940b6892/src/components/ha-card.ts#L56-L60 That is the source of those lines.