A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Moving elements of modules
-
-
@nneuland look at the classes for discog_cover and discog_wrapper
-
@sdetweil ok.
I assumed this would require a modification to the custom css, but I was able to move in the Discog.css.
Thanks again Sam
-
@nneuland you should have put in custom.css… not modify module file…
cause later if the module is updated, the git pull to update will fail cause the modified file would be overwritten by the file the module owns
in custom.css just add
.modulename in front of the identifier .MMM-Discog .classname ?????? { ... .. .. }