* fix styles to prevent oveflow
* use a new variable to define min-width
* pass a "minWidth" property into ha-language-picker
* use a "minWidth" property for ha-generic-picker
* Update ha-language-picker.ts
* pass empty minWidth
* do not set min-width if empty
* add a style for ha-language-picker
* remove a style for ha-language-picker
* add a style for ha-language-picker
* remove min-width
* add a style for ha-language-picker
* Update src/panels/profile/ha-pick-language-row.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* add a gap
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* foundation: define --safe-area-content-inset-*; adjust drawer width; apply top inset to pre-login templates
* Set default for var
* Update demo template
* Set default to avoid issues
* Allow for left and right insets or 560px
* Remove
* Check core only if supervisor or observer is unresponsive
* Improve core check
* Revert test code
* Remove unused prop
* Combine network info with core check
* Combine ping and network info
* Add 30 sec timeout before show errors
* Update landing-page/src/ha-landing-page.ts
* Assume supervisor update on failed ping
* Fix typo
* Update ts-eslint
* Remove comments
* Remove unused ts-ignore
* Add undefined generic type instead of unknown
* Remove unused undefined type
* Fix type issues
* Use undefined instead of void for subscribed return type
* Add inline-arrow option to ha-select & use it in some language pickers
* Update src/components/ha-language-picker.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>