Skip to content

Commit

Permalink
Hide main navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Nov 20, 2023
1 parent f3d2fac commit 8921b38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions translate/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
}

@media screen and (max-width: 600px) {
#app > header {
min-width: auto;
}

#app > .main-content > .panel-content {
width: 100%;
}
Expand Down
6 changes: 6 additions & 0 deletions translate/src/modules/navbar/components/Navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
line-height: 60px;
}

@media screen and (max-width: 600px) {
.navigation {
display: none;
}
}

.navigation > ul > li {
float: left;
}
Expand Down

0 comments on commit 8921b38

Please sign in to comment.