Код: Выделить всё
const mobileScreen = window.matchMedia("(max-width: 990px )");
$(document).ready(function() {
$(".navbar-toggler").click(function() {
if (mobileScreen.matches) $(".logger").toggleClass("mobile-show");
else $(".logger").toggleClass("mobile-show");
});
});Код: Выделить всё
.mobile-show {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1070;
height: 100%;
}Код: Выделить всё
[url=#]
[img]https://via.placeholder.com/50[/img]
[/url]
x
[url=#]home[/url]
[url=#]media[/url]
Welcome back Jim
that is test
Подробнее здесь: https://stackoverflow.com/questions/785 ... o-far-logo
Мобильная версия