mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +00:00
Reduces device registry card height to only show 4 entities before scrolling (#1844)
This commit is contained in:
parent
19c365cd12
commit
c05b77961e
@ -26,7 +26,7 @@ class HaDeviceCard extends EventsMixin(LocalizeMixin(PolymerElement)) {
|
|||||||
return html`
|
return html`
|
||||||
<style>
|
<style>
|
||||||
:host(:not([narrow])) .device-entities {
|
:host(:not([narrow])) .device-entities {
|
||||||
max-height: 400px;
|
max-height: 225px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
paper-card {
|
paper-card {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user