2023.1
Card borders
https://github.com/matt8707/hass-config/commit/2699776ef688c9d3358b23a25bf1da28e088dab2 - Card borders were introduced in Home Assistant 2022.11. This dashboard hides all card borders but if you add additional cards you'll have to hide the borders yourself. Closes https://github.com/matt8707/hass-config/issues/118
Examples
- type: custom:button-card
styles:
card:
- border-width: 0
- type: entities
entities:
- sun.sun
card_mod:
style: >
:host {
--ha-card-border-width: 0;
}
Icons fix
https://github.com/matt8707/hass-config/commit/30fc6cb7a89df47ea3f26f36dbf98cbbdb0a79a9 - Long-standing issue with wiggling icons on small screens has been resolved. When tapping, the animated icons moved back and forth a couple of pixels. Closes https://github.com/matt8707/hass-config/issues/137
Popup style
https://github.com/matt8707/hass-config/commit/63aacb8f50ae907862e5456c02f8e2d874a39f9d - Brings back the previous look with vertically centered popups when using browser_mod 2.2.0

