White Line above QR-Code
Closed this issue · 3 comments
yuzedo commented
Describe the bug
In the github preview image there is no white line above the QR-Code
Integrating the module adds a white line which I want to remove.
To Reproduce
Steps to reproduce the behavior:
- Install MMM-WifiPassword
- Launch MM
- See error
Expected behavior
There should not be a white line - as seen in the preview image.
Screenshots
yuzedo commented
Here is my config:
qrSize: 150,
colorDark: "#000",
colorLight: "#fff",
authType: "WPA",
header: "",
network: "censored",
password: "censored",
hiddenId: false,
layoutVertical: true,
showNetwork: true,
showPassword: true,
showAuthType: false,
debug: false
yuzedo commented
Found out it has to do something with the CSS but I can't seem to find which entry I have to edit.
Is there a way to change the font as well?