Skip to content

Commit

Permalink
Hide entity-editor device-tree on narrow screens (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio authored Aug 9, 2024
1 parent a74550b commit f676d31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/entities_create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@ export class KNXCreateEntity extends LitElement {
max-width: 720px;
}
@media screen and (max-width: 600px) {
.panel {
display: none;
}
}
.content {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit f676d31

Please sign in to comment.