docsify-darklight-theme
docsify-darklight-theme copied to clipboard
Docsify-Themeable mobile half of the toggle button is not visible.
Docsify-Themeable mobile half of the toggle button is not visible. Can you fix it?
Here is the screenshots.
This problem also seems to happen on desktop. My band-aid fix is as follows, in your index.html
add this to the <head></head>
section:
<style>#docsify-darklight-theme {right: 25px;}</style>
25px is the width of the element to which the background icon has been set. Maybe there have been some differences in browser CSS implementations but I don't understand the reason for using a negative(!) half-width right offset?