sandoche / Darkmode.js

🌓 Add a dark-mode / night-mode to your website in a few seconds
https://darkmodejs.learn.uno
MIT License
2.71k stars 175 forks source link

css width issue #60

Open premp0dder opened 3 years ago

premp0dder commented 3 years ago

in responsive websites class "darkmode-ignore" sets a custom width...

to prevent this, in css you have to add a class:

.darkmode-ignore{ width: 100%; }

it will work fine then...