Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED position from config.js conversion to main.css

    Development
    2
    2
    1693
    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.
    • D
      Dimonic last edited by

      Hello anybody,

      could anyone explain me how the mgic mirror converts the position from config.js to the
      css Styles from main.css?

      position: ‘top_center’ in config.js finds
      .region
      .region.top
      .region.top.center
      in main.css but how is this done?

      Thanks
      Fried

      strawberry 3.141 1 Reply Last reply Reply Quote 0
      • strawberry 3.141
        strawberry 3.141 Project Sponsor Module Developer @Dimonic last edited by strawberry 3.141

        @Dimonic every region has the class region, the position gets splitted by underscore. then you have the class top and center

        the selector will match any tag which has the class region and top and center

        e.g. anytag class="region top center"

        EDIT: it wont let me write real html code < nor <

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy