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

    q-layout-footer not spaced evenly on ipad pro

    Framework
    1
    1
    243
    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.
    • T
      toymachiner62 last edited by

      I have a q-layout-footer menu which looks equally spaced when using chrome and setting it to Ipad view, but when I set it to Ipad Pro the icons are all left aligned.

      <!-- Mobile menu on bottom -->
          <q-layout-footer class="mobile-only fixed-bottom">
            <q-tabs color="green" inverted class="footer-menu">
              <q-route-tab
                icon="fal fa-user-alt fa-md"
                to="/overview"
                label="Profile"
                exact
                slot="title"
              />
              <q-route-tab
                icon="fal fa-users fa-md"
                to="/sharing"
                label="Care Team"
                exact
                slot="title"
              />
              <q-route-tab
                icon="fal fa-file-signature fa-md"
                to="/documents"
                label="Documents"
                exact
                slot="title"
              />
            </q-tabs>
          </q-layout-footer>
      

      Ipad clearly has some styling applied with a media query max of 991px
      0_1541179269517_ef89a25d-9cd9-4eab-aaf1-c842340d725d-image.png

      Ipad Pro clearly has the styling removed b/c the width is larger than 991px.
      0_1541179366067_6fad576e-8124-4b0a-9892-ccc5ed5ec812-image.png

      Is this media query max of 991 done or purpose??

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