@phenomlab thank you very much for the assistance Mark, massively appreciated as always.
The great thing about this is it’s all documented for other NodeBB users that come looking for solutions 😃.
Looks far better 🤝👍🏻.
I was observing this in our forum for a very long time. Since nodebb community forum does not have night mode installed, I was not able to check there. However, if I click the night mode here, it looks like everything (including boxes, writings, bars, avatars, icons etc) is shifted a little bit up… It is only several pixels I guess, but definitely I can feel a difference before/after…
Do you observe this or am I hallucinating?
@crazycells Should be fixed now. Was being caused by some missing margins (left and right) and an odd border: none;
setting which should not have been there. If you alternate between the two now, it should look correct.
@crazycells no, you’re not hallucinating. I’ve noticed this myself and need to fix it. I’m suspecting rogue padding or margin somewhere.
@phenomlab good to hear that I am not alone…
I do not know the reason for sure yet, but I will report here if I can find a clue…
@crazycells Should be fixed now. Was being caused by some missing margins (left and right) and an odd border: none;
setting which should not have been there. If you alternate between the two now, it should look correct.
@phenomlab yes, it is fixed. is this the code I should use?
body.lights-out {
border: none;
}
@crazycells You should actually remove the border: none;
@phenomlab said in is "night mode" shifting the forum several pixels up?:
@crazycells You should actually remove the
border: none;
how can I remove it?
Should I edit the plugin and install the modified one?
@crazycells hmm. Good point. I actually use my own version of the dark mode plugin, so not entirely sure. However, I think the CSS is probably the same. I’m not at my PC currently but can check and advise later.