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
    1. Home
    2. VerumLudens
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    VerumLudens

    @VerumLudens

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    VerumLudens Follow

    Latest posts made by VerumLudens

    • Help with spacing rows

      Current State
      Desired State

      This is my current code:

      <q-page padding class="row items-center">
      <div class="col-12">
      
          <div class="row justify-center">
      
            <div class="col-6">
              <q-input class="q-ma-sm" dark v-model="text" label="Username or Email" />
              <q-input class="q-ma-sm" dark v-model="text" type = "password" label="Password" />
              <q-btn class="q-ma-sm" color = "secondary" label="Log In" />
            </div>
      
          </div>
          <q-space></q-space>
          <hr>
      
          <div class="row justify-center">
      
            <div class="col-6">
      
              <div class="row justify-center">
      
                <div class="col-12">
                  <q-input class="q-ma-sm" dark v-model="text" label="Display Name" />
                  <q-btn class="q-ma-sm" color = "secondary" label="Create Game" />
                </div>
      
              </div>
      
              
      
              <div class="row justify-center">
      
                <div class="col-12">
      
                  <div class="row">
                    <q-btn class="q-ma-sm" color = "secondary" label="Join Using ID" />
                    <q-btn class="q-ma-sm" color = "secondary" label="Join Random" />
                  </div>
                  
                </div>
      
              </div>
      
            </div>
      
          </div>
      
        </div>
      </q-page>
      
      

      I tried using q-gutter but it doesn’t seem to be working. Is there a quasar way to do this or is my only option to override the CSS and manually set a large margin?

      Any help would be appreciated!

      posted in Help
      V
      VerumLudens