update burger menu for social acc.s

move responsive.scss to main.scss to fix different acting @media

add social media account links to burger menu for; x.com and nitter

update CSS formating
This commit is contained in:
HardenedSteel 2024-06-08 01:33:22 +03:00
parent 7cb7fc7b02
commit b2da0a9288
No known key found for this signature in database
GPG key ID: 0EAF39EDDC2F3265
7 changed files with 40 additions and 25 deletions

View file

@ -20,7 +20,7 @@ checkTheme()
// Make the theme switcher in the hamburger menu on mobile devices work.
if (document.body.clientWidth < 940) {
const themeSwitcherLabel = document.getElementById('main-theme-switcher');
const navActionsContainer = document.getElementById('nav-actions-container');
const navActionsContainer = document.getElementById('nav-actions-flex-container');
// Move the theme switcher to inside the hamburger menu.
navActionsContainer.appendChild(themeSwitcher);