- Edited
[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).
[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 Thank you. I really appreciate it!
Littlegolden there still is a transparent pixel on the bottom
enricodx
Installed 0.3.2 and cleared cache?
enricodx I need more information so could you post your forum link?
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 copied and not fixed
enricodx try
composer require itnt/flarum-uitab:dev-master
i think this time it will fix that problem?
Littlegolden Now it's fixed! What was the problem?
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.
Is it stable and supports latest beta, as I will be using in production
[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
Can you make it automatically hide on scrolling down and show only on scrolling up ?
Yes Sir please make it hide on scroll
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
Hi, thank you about this ext But can you add position ui tab to the top ?
baolinh_vn ui tab to the top
Add this Simple Easy Css
.mobile-app-icon-bar {
top: 47px;
bottom: 0;
}