mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add padding to bottom of logbook in device page (#21913)
Update ha-config-device-page.ts
This commit is contained in:
parent
23e37daff3
commit
7115d14699
@ -1536,6 +1536,10 @@ export class HaConfigDevicePage extends LitElement {
|
|||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ha-card:has(ha-logbook) {
|
||||||
|
padding-bottom: var(--ha-card-border-radius, 12px);
|
||||||
|
}
|
||||||
|
|
||||||
ha-logbook {
|
ha-logbook {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user