Skip to content

Commit a08bee4

Browse files
committed
Remove
1 parent 0d46243 commit a08bee4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/panels/config/ha-config-section.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ export class HaConfigSection extends LitElement {
3737
static styles = css`
3838
:host {
3939
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-
}
4740
}
4841
4942
.content {

0 commit comments

Comments
 (0)