• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

position from config.js conversion to main.css

Scheduled Pinned Locked Moved Unsolved Development
2 Posts 2 Posters 2.0k Views 2 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.
  • D Offline
    Dimonic
    last edited by Feb 8, 2017, 11:12 AM

    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

    S 1 Reply Last reply Feb 8, 2017, 11:28 AM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @Dimonic
      last edited by strawberry 3.141 Feb 8, 2017, 11:32 AM Feb 8, 2017, 11:28 AM

      @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 <

      Please create a github issue if you need help, so I can keep track

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      1 / 1
      • First post
        1/2
        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