Fix navigation for small screens
* Remove wrong border radius * Fix overflowing content Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
0287fefcae
commit
1f91835fe6
2 changed files with 5 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ var $sitehead = $("#site-head");
|
|||
if (w >= Math.floor(g) && w <= Math.ceil(h)) {
|
||||
$(".fixed-nav").fadeOut("fast");
|
||||
} else if ($(window).width() > 500) {
|
||||
$(".fixed-nav").fadeIn("fast");
|
||||
$(".fixed-nav").css("display", "flex").fadeIn("fast");
|
||||
}
|
||||
|
||||
$post.each(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue