• [deleted]

  • Edited

enricodx
Installed 0.3.2 and cleared cache?

    enricodx please copy the following code to your forum custom style and tell me if it is useful

    @media (max-width: 799px){
      .mobile-app-icon-bar>a {
          height: 100%;
      }
    }

      enricodx try

      composer require itnt/flarum-uitab:dev-master

      i think this time it will fix that problem? 🙈

        19 days later
        • [deleted]

        Is it stable and supports latest beta, as I will be using in production

          • [deleted]

          [deleted] You don't need an extension for this. The same effect can be leveraged by using HTML in the footer, and the direct links extension.

            [deleted] Yes, it supports beta.16. And...

            [deleted] the direct links extension

            due to the fact that this extension does not rely on direct link extension, it uses flarum built-in method to call composer, so it responses much faster.

              • [deleted]

              Yes Sir please make it hide on scroll

                13 days later
                • [deleted]

                How can I remove tags from this as my home page is tag page only i need all discussions at the place of tags page

                  13 days later

                  Hi, thank you about this ext 😃 But can you add position ui tab to the top ?

                    • [deleted]

                    baolinh_vn ui tab to the top

                    Add this Simple Easy Css

                    .mobile-app-icon-bar {
                        top: 47px;
                        bottom: 0;
                    }