No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    boxed layout

    Help
    2
    6
    1893
    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.
    • nestebe
      nestebe last edited by nestebe

      Hi all,
      It’s possible to set a boxed layout (for desktop view) with quasar framework without gap with .drawer-content.left-side class and the layout ? (see capture)
      0_1495142954151_Capture.PNG

      For boxed layout I use this class on body:

      .boxed-layout
      margin: 0 auto;
      max-width: 800px;
      position: relative;
      box-shadow: 0 0 12px rgba(0,0,0,0.7);

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        Any repo I can look at and solve this for you?

        nestebe 1 Reply Last reply Reply Quote 0
        • nestebe
          nestebe last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • nestebe
            nestebe @rstoenescu last edited by

            @rstoenescu
            sure
            https://github.com/nestebe/quasar-templates/tree/master/dam-indicator

            1 Reply Last reply Reply Quote 0
            • rstoenescu
              rstoenescu Admin last edited by

              Ok, took a look (sorry for the delay). Remove the max-width on the .boxed-layout CSS class and apply a max-width and margin 0 auto within the pages themselves. Hope I understood correctly what you are trying to do.

              nestebe 1 Reply Last reply Reply Quote 0
              • nestebe
                nestebe @rstoenescu last edited by nestebe

                @rstoenescu
                Sorry I’ve the same problem the left menu is not aligned with my view
                In fact the expected result should be like this screen:
                0_1496041741958_Capture.PNG

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post