A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Embed URL centered on fullscreen_above?
-
@BKeyport
Instead of setting the spacing with absolute values (like sam does) you can try to set the wrapper which contains the embedded elements to add equal spacing if the elements do not need the whole space.
The wrapper is a flexbox container:.MMM-EmbedURL .embed .embededSubWrapper0 { justify-content: center; } -
@wishmaster270 Doh! Was using the wrong css item.
<internally screaming at CSS>
