David Gee

Results 4 comments of David Gee

Looks like you only changed line 152 in grid.ts, correct? from ![image](https://user-images.githubusercontent.com/1256233/188726466-77e5c01c-5be6-4ea4-ae0c-ab67214db7dd.png) to ![image](https://user-images.githubusercontent.com/1256233/188726533-269702bf-edcf-4470-a47e-dfe080a9b94d.png) The fallback value of `4px 4px 8px` was deliberate so that it retains the existing behavior...

The intention was to fix the hardcoded card margins that are present in the grid layout. I'll have a play around using your layout config and see if I can...

@sciurius This is how it looks with your code on my system: ![image](https://user-images.githubusercontent.com/1256233/221448720-865bf986-acc3-420d-be07-c812a44819e7.png) I've noticed that Lovelace generates/uses gzipped versions of JS files in some instances. I suspect that even...

@sciurius Glad you got it working. The difference in size in my local copy vs the PR copy of layout-card.js is because I tweaked the console output of my local...