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. keithjeb
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 2
    • Groups 0

    keithjeb

    @keithjeb

    2
    Reputation
    378
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    keithjeb Follow

    Best posts made by keithjeb

    • RE: change color of material icons

      How are you styling the CSS for them? I think Quasar displays them using the font, so just setting color: rgba(0,0,0,1) in the css should get you white for example.

      posted in Help
      K
      keithjeb
    • RE: Drawer - Always enable hiding

      I think I know what you mean and have code for that in my current app (although I do it on the right not the left). Posting to remind me to post it up later

      posted in Help
      K
      keithjeb

    Latest posts made by keithjeb

    • RE: Drawer - Always enable hiding

      I think I know what you mean and have code for that in my current app (although I do it on the right not the left). Posting to remind me to post it up later

      posted in Help
      K
      keithjeb
    • RE: change color of material icons

      How are you styling the CSS for them? I think Quasar displays them using the font, so just setting color: rgba(0,0,0,1) in the css should get you white for example.

      posted in Help
      K
      keithjeb
    • RE: Drawer - Always enable hiding

      That should be easy to do - just use the standard show/hide buttons & avoid setting the CSS class. Alternatively you could set the new variable to like 2000px or something

      posted in Help
      K
      keithjeb
    • RE: Drawer - set screen width for auto display

      Excellent - $layout-big-min should be better anyway - due to the way this is getting deployed it will be on either phonesize or ultrawide screens, hence wanting to play with it a little.

      posted in Help
      K
      keithjeb
    • RE: Drawer - set screen width for auto display

      Thanks. If it’s easily configured as a theme variable that would be great, otherwise 920 should work

      posted in Help
      K
      keithjeb
    • Drawer - set screen width for auto display

      I’m build an SPA at the moment whicch uses a drawer for most of its navigation.

      Is it possible to set the minimum display width at which the drawer is displayed? At the moment the drawer is displayed on phones in landscape mode, which I’d like to avoid - I really only want it shown when screen width exceeds say 1000px.

      Thanks

      posted in Help
      K
      keithjeb