MMM-WiFiPassword icon indicating copy to clipboard operation
MMM-WiFiPassword copied to clipboard

Center Position is ignored and aligned to left position

Open Black-Zero opened this issue 3 years ago • 1 comments

Describe the bug Configure a center position. It will get ignored and Module will be aligned to left position. Additional the headline line will be across the whole screen.

To Reproduce Steps to reproduce the behavior:

  • Configure a center position.

Expected behavior Module will be at this position

Desktop (please complete the following information):

  • Raspberry 3B+ with installed Image of MagicMirror

Black-Zero avatar Mar 21 '21 14:03 Black-Zero

I've found a solution, in the custom css file add:

margin-left: auto; margin-right: auto;

greedyvegan avatar Feb 27 '24 00:02 greedyvegan