Skip to content

Commit f676d31

Browse files
authored
Hide entity-editor device-tree on narrow screens (#151)
1 parent a74550b commit f676d31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/entities_create.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,12 @@ export class KNXCreateEntity extends LitElement {
358358
max-width: 720px;
359359
}
360360
361+
@media screen and (max-width: 600px) {
362+
.panel {
363+
display: none;
364+
}
365+
}
366+
361367
.content {
362368
display: flex;
363369
flex-direction: row;

0 commit comments

Comments
 (0)