mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-05 23:47:54 +00:00
Fix
This commit is contained in:
parent
91e00815df
commit
173c6bc4c3
@ -27,7 +27,6 @@ import {
|
|||||||
PropertyValues,
|
PropertyValues,
|
||||||
query,
|
query,
|
||||||
} from "lit-element";
|
} from "lit-element";
|
||||||
import { classMap } from "lit-html/directives/class-map";
|
|
||||||
import { guard } from "lit-html/directives/guard";
|
import { guard } from "lit-html/directives/guard";
|
||||||
import memoizeOne from "memoize-one";
|
import memoizeOne from "memoize-one";
|
||||||
import { LocalStorage } from "../common/decorators/local-storage";
|
import { LocalStorage } from "../common/decorators/local-storage";
|
||||||
@ -1011,6 +1010,7 @@ class HaSidebar extends LitElement {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
.profile {
|
.profile {
|
||||||
|
--mdc-list-item-graphic-margin: 16px;
|
||||||
--mdc-list-item-graphic-size: 40px;
|
--mdc-list-item-graphic-size: 40px;
|
||||||
--mdc-list-side-padding: 4px;
|
--mdc-list-side-padding: 4px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user