[deleted]
Ffuser1 Are you using the blog extension by any chance ?
Ffuser1 Are you using the blog extension by any chance ?
Ffuser1 Are you hiding the any of the "blog" tags in the blog extension settings ? For example, in the blog settings, is this enabled ?
Don't show on discussion list
Hide blog posts from the discussions list.
If it is, disable it and try again.
Ffuser1 I have the same issue. I want to hide the blog tag, but doing so breaks other extensions - including the "tag" extension in the same manner. I'm just going to target that specific tag with CSS and set it to display: none;
Ffuser1 not currently, no, but planning to do so
@Stylix58 has sent a PR and I am wondering whether to accept it. That is why I am asking users of this extension.
Which tap effect is better? android-com-pl/mobile-tab1
rafaucau doesn't make any difference to me. If I want to change its behaviour I'll just use CSS to do so.
Justoverclock Oh, how I hate Apple
There are always some CSS issues that don't exist anywhere else.
Fortunately it can be fixed on iPhone only, without touching other phones - https://webkit.org/blog/7929/designing-websites-for-iphone-x/
rafaucau Oh, how I hate Apple
That makes two of us.
Any solution for this?
Justoverclock I have added this to Custom CSS. Could you please check is it ok?
.MobileTab {
padding-bottom: 12px !important;
}
thimiraonline Yours will work, but better something like this:
.MobileTab {
padding-bottom: env(safe-area-inset-bottom)
}
I will release an update for this extension that fixes this.
I don't have an iPhone, but fortunately I was able to set up a macOS virtual machine on which the iPhone emulator runs, so I'll be able to test if it works.
rafaucau Not working on PWA.