mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-08-08 14:32:46 -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
d221f3ca30
7 changed files with 43 additions and 33 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