We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d46243 commit a08bee4Copy full SHA for a08bee4
src/panels/config/ha-config-section.ts
@@ -37,13 +37,6 @@ export class HaConfigSection extends LitElement {
37
static styles = css`
38
:host {
39
display: block;
40
- padding-bottom: var(--safe-area-inset-bottom, 0px);
41
- padding-right: var(--safe-area-inset-right, 20px);
42
- }
43
- @media (max-width: 600px) {
44
- :host {
45
- padding-left: var(--safe-area-inset-left, 0px);
46
47
}
48
49
.content {
0 commit comments