Skip to content

Can I move the trigger icon for changing the theme #42

@hamishwillee

Description

@hamishwillee

Thank you for the theme. I want to add the icon to the navbar, so I tried moving it as shown below. However it gets recreated somehow in the original position, with the result that there are now two icons, and neither can trigger.

Is there any way to move the icon safely?

         hook.doneEach(function() {
			const darkLightLink = document.querySelector("#docsify-darklight-theme");
			const fred = document.getElementsByClassName("app-nav")[0].appendChild(darkLightLink); //
			darkLightLink.style.display = 'inline-block';
			darkLightLink.style.position = 'relative';
			darkLightLink.style.top = '15px';
          });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions