mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Styling zone menu (#4684)
* Styling zone menu * Update ha-device-entities-card.ts
This commit is contained in:
parent
33d9bf4660
commit
edfdd0da89
@ -179,7 +179,7 @@ export class HaDeviceEntitiesCard extends LitElement {
|
|||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
#entities > * {
|
#entities > * {
|
||||||
margin: 8px;
|
margin: 8px 16px 8px 8px;
|
||||||
}
|
}
|
||||||
paper-icon-item {
|
paper-icon-item {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
@ -436,6 +436,8 @@ ${this.hass!.localize("ui.panel.config.zone.confirm_delete2")}`)
|
|||||||
.flex .empty {
|
.flex .empty {
|
||||||
border-left: 1px solid var(--divider-color);
|
border-left: 1px solid var(--divider-color);
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
min-height: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
paper-icon-item {
|
paper-icon-item {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user