mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-07-23 15:00:35 -04:00
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:
parent
7cb7fc7b02
commit
b2da0a9288
7 changed files with 40 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue