From 201dd9a1407fdd2777669609b88729385f42c9e9 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 17 Dec 2020 03:47:38 +0800 Subject: [PATCH] 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 Reviewed-on: https://gitea.com/gitea/theme/pulls/92 Reviewed-by: techknowlogick Reviewed-by: 6543 <6543@obermui.de> Co-Authored-By: silverwind Co-Committed-By: silverwind --- src/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.scss b/src/main.scss index a2ffc76..f7d8a6f 100644 --- a/src/main.scss +++ b/src/main.scss @@ -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;