Littlegolden Gatsu 🌟 0.3.1 Beta.16 Compatibility remove zerosonesfun/direct-links requirement (Should have done since beta.15) update composer require itnt/flarum-uitab php flarum cache:clear
[deleted] Littlegolden just installed the newest version and noticed that there is a transparent space between UI Tab and bottom of the screen (1 or 2 px), how can I fix that?
Littlegolden [deleted] Sorry i forgot this, could you post your forum link? so I can test some changes.
Littlegolden [deleted] I just released 0.3.2 to fix the problem. Because UITab didn't hava a line-height, so it was affected by the custom style (line-height: 1.1).
Littlegolden 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%; } }
Littlegolden enricodx try composer require itnt/flarum-uitab:dev-master i think this time it will fix that problem? 🙈
Littlegolden enricodx the outer box has a height 48px, but inner box (button) has no specified height, makes it fills less than 100% height of the outer box.
[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.
Littlegolden [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.