MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    shade don't align with clock

    Scheduled Pinned Locked Moved Custom CSS
    2 Posts 1 Posters 768 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L Offline
      lkthomas
      last edited by

      0_1557328664068_abc.jpg

       body {
          margin: 0px;
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: #cccccc;
       }
      
      .clock .bright {
      font-size: 120px;
      }
      
      .clock .date {
      font-size: 55px;
      padding-bottom: 30px;
      padding-top: 5px;
      }
      
      
      .wi.dimmed.wi-sunset {
      color: orange;
      }
      .wi.dimmed.wi-sunrise {
      color: yellow;
      }
      
      
      .module {
              background-color:rgba(0,0,0,0.6);
              zoom: 185%;
      }
      
      

      As you could see “11:13” leg seems not covered by shade; Only top bar module having this issue, everything else is fine, how could I fix it?

      1 Reply Last reply Reply Quote 0
      • L Offline
        lkthomas
        last edited by

        .clock .bright {
        font-size: 120px;
        padding-bottom: 20px;
        }

        fixed!

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy