thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.08k stars 127 forks source link

Support for setting grid layout container's margins and padding. #161

Closed elahd closed 2 years ago

elahd commented 3 years ago

Addresses #137. Lets users set margins & padding for the grid layout's container.

Also added Prettier config file for consistency w/ other devs working on this codebase. Without this, PRs will have extraneous diffs that make changes hard to read. @thomasloven, please replace with your own .prettierrc in case I missed additional settings.

Links2004 commented 2 years ago

any change to get this in, I am running in the same problem as #137

thomasloven commented 2 years ago

Hi. I'm trying to merge parts of this but am having problems. Did you delete your fork?

thomasloven commented 2 years ago

I couldn't figure out how to merge the parts of this I liked into the code and maintain your contribution, so I implemented it myself instead for both grid and column layouts. It will be in the next release. Hope you don't mind. Thanks a lot for the idea!