Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Last active January 9, 2026 09:02
Show Gist options
  • Select an option

  • Save jmabbas/0c882d0b25616d5758eebac7003fa762 to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/0c882d0b25616d5758eebac7003fa762 to your computer and use it in GitHub Desktop.
Electro - Color mode switcher in mobile view
.electro-mode-switcher {
display: flex;
}
@media (max-width: 767px) {
.electro-mode-switcher {
height: 85px;
}
.electro-mode-switcher span {
font-size: 10px;
}
}
@manizstha
Copy link

Works fine. However, it would be better of the switch would be on the bottom of the page and smaller for mobile devlices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment