mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-28 07:17:21 +00:00
Fix Wrap menu and remove menu title (#12505)
This commit is contained in:
parent
51f971337d
commit
cadbe45bab
@ -55,6 +55,7 @@ export class HaClickableListItem extends ListItemBase {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: var(--mdc-list-side-padding, 20px);
|
padding-left: var(--mdc-list-side-padding, 20px);
|
||||||
padding-right: var(--mdc-list-side-padding, 20px);
|
padding-right: var(--mdc-list-side-padding, 20px);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
@ -59,13 +59,6 @@ class HaNavigationList extends LitElement {
|
|||||||
:host {
|
:host {
|
||||||
--mdc-list-vertical-padding: 0;
|
--mdc-list-vertical-padding: 0;
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: var(--primary-text-color);
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
ha-svg-icon,
|
ha-svg-icon,
|
||||||
ha-icon-next {
|
ha-icon-next {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
|
@ -195,11 +195,6 @@ class HaConfigDashboard extends LitElement {
|
|||||||
</ha-card>`
|
</ha-card>`
|
||||||
: ""}
|
: ""}
|
||||||
<ha-card outlined>
|
<ha-card outlined>
|
||||||
${this.narrow && canInstallUpdates.length
|
|
||||||
? html`<div class="title">
|
|
||||||
${this.hass.localize("panel.config")}
|
|
||||||
</div>`
|
|
||||||
: ""}
|
|
||||||
<ha-config-navigation
|
<ha-config-navigation
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user