Fix navbar overlapping content (#92)

Fix navbar overlapping content

The navbar previously switched inconsistently to mobile layout which
meant between 1024 and 1087 screen width, it would overlap most of the
page making links unclickable.

Co-authored-by: silverwind <me@silverwind.io>
Reviewed-on: https://gitea.com/gitea/theme/pulls/92
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-Authored-By: silverwind <silverwind@noreply.gitea.io>
Co-Committed-By: silverwind <silverwind@noreply.gitea.io>
This commit is contained in:
silverwind 2020-12-17 03:47:38 +08:00 committed by 6543
parent 2949c6b8cd
commit 201dd9a140
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
transition: all ease 300ms;
}
@media screen and (max-width:1087px){
@media screen and (max-width:1023px){
.navbar-menu{
position: fixed;
bottom: 0;