Styling zone menu (#4684)

* Styling zone menu

* Update ha-device-entities-card.ts
This commit is contained in:
Bram Kragten 2020-01-31 12:14:21 +01:00 committed by GitHub
parent 33d9bf4660
commit edfdd0da89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export class HaDeviceEntitiesCard extends LitElement {
color: var(--secondary-text-color);
}
#entities > * {
margin: 8px;
margin: 8px 16px 8px 8px;
}
paper-icon-item {
min-height: 40px;

View File

@ -436,6 +436,8 @@ ${this.hass!.localize("ui.panel.config.zone.confirm_delete2")}`)
.flex .empty {
border-left: 1px solid var(--divider-color);
width: 250px;
min-height: 100%;
box-sizing: border-box;
}
paper-icon-item {
padding-top: 4px;