boopathikumar018 / docsify-darklight-theme

A Dark and Light theme with switch for your docsify site
https://docsify-darklight-theme.boopathikumar.me
MIT License
142 stars 50 forks source link

Docsify-Themeable mobile half of the toggle button is not visible. #10

Open wynioux opened 4 years ago

wynioux commented 4 years ago

Docsify-Themeable mobile half of the toggle button is not visible. Can you fix it?

Here is the screenshots.

error1

error2

thediveo commented 3 years ago

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?