changed mobile navbar responsivenes

This commit is contained in:
2026-05-09 21:46:40 +02:00
parent 194b55fff4
commit dcdb48db84
6 changed files with 56 additions and 23 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ async function loadData() {
const button_mobile = document.getElementById("button-mobile");
button_navbar_mobile.textContent = "";
button_mobile.textContent = "";
button_navbar_mobile.classList = "button-mobile";
button_navbar_mobile.classList = "button-mobile navbar";
navbar_mobile_links.appendChild(button_navbar_mobile);
button_navbar_mobile.addEventListener("click", () => {
navbar_mobile.classList.toggle("inactive");