MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. hefeteig
    3. Posts
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by hefeteig

    • RE: Modify the Gap/Margins

      For those of us who use this in a real Magic Mirror 😉 there’s no need to have any margins (top, left, right, bottom) and it is great to use all pixels of the display. If you’re with me… use the following in ~/MagicMirror/css/custom.css:

      body {
          margin: 0px;
          position: absolute;
          height: 100%;
          width: 100%;
      }
      
      posted in Development
      H
      hefeteig
    • 1 / 1