Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#content.page_content {
    width: calc(100vw - 350px);
}


footer{
    width: calc(100vw - 350px);
}
body:not(.horizontal_menu) #page {
max-width: unset
}

Step 2

Test the UI out, the list should now expand according to the screen width.

...