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

    How to change height of Q-Layout having Q-toolbar and Q-tabs

    Framework
    2
    2
    2823
    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.
    • J
      jdhandha last edited by jdhandha

      Hi,

      I am new in quasar and got stuck in below issue.
      I am making Header component for my UI. I have used QLayout component as my main component and inside that i have used q-toolbar and q-tabs as suggested in documentation to make my header looks cool.

      The height of my quasar layout looks too big. How can i reduce the height of my layout?

      I have attached the screenshot as well.

      In my UI q-tabs are not responsive. When i am reducing the size of chrome window, They are getting suppressed. I want to align then 1 below other. Can i do that with quasar components?

      Thanks,
      Jayesh!!

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

        You should be able to adjust it in your components style:

        <style>
        .q-layout-header {height: 1px}
        // OR
        .q-layout {height: 1px}
        </style>
        

        The screenshot did not post, so not sure if this fully answers your question, but hopefully it 's a start…

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