Tobias Haider
Tobias Haider
Thanks for the PR. It seems your fork is 28 commits behind master and therefore an automated merge is not possible. If you can provide an updated PR I'd be...
This is currently not easily achievable but it's a feature I've already been thinking about. If you're fluent in PHP I could provide you with some hints on how a...
Is this still a thing? Is your wiki publicly accessible? What version of MediaWiki are you using?
Hi. The sidebars' content will move to the bottom of the page on small screens. Can you find the TOC down there or does it really disappear? You would have...
This is actually a little bit more complicated. If you're familiar with CSS, PHP, and Javascript you could try to implement a solution following Tweeki's approach. That means: - create...
Could you provide more details or maybe a screenshot? What is the critical element you were mentioning? I haven't been using MobileFrontend but what I can see from the [extension...
For the sidebars it would be in [this line](https://github.com/thaider/Tweeki/blob/master/Tweeki.skin.php#L814) for example. Your messages are accessible only for registered users so I can not really look into it. I'm curious, what's...
Thanks for investigating this. Is the essence of your last [phabricator comment](https://phabricator.wikimedia.org/T202035#4521531), that it's not a MediaWiki issue but one of Tweeki, after all?
Could you please share a screenshot so that I can better understand what the problem is? Thanks!
Thanks, now I understand. Hm, it really seems to be a problem of [Safari not supporting the ```scroll-padding-top``` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-padding-top#browser_compatibility) that the current implementation relies on. I'm open to suggestions...