Skip to content

Commit

Permalink
fix(navbar): Fixed the issue of overlapping with the control bar (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuozhiyongde authored Jun 18, 2023
1 parent 1b7e33c commit 59898c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ nav {
@media (max-width: 1336px) {
nav {
padding: 0 5vw;
padding: 0 max(5vw, 90px);
}
}
Expand Down

0 comments on commit 59898c7

Please sign in to comment.