Steps to reproduce (probably incomplete):
- install Wikibase and MobileFrontend (and probably MinervaNeue)
- set $wgWBRepoSettings['tmpMobileEditingUI'] = true;
- in Wikibase, git review -d 1179147,3 (or otherwise download PS3 of this change)
- load an item (possibly create it first) with ?useformat=mobile
- make sure the item has at least one statement
- scroll to the bottom of the statement list
Expected: The buttons are styled using flex to be next to the heading.
Actual: Without styles, the buttons end up below the heading by default.
For reasons I don’t understand yet, ResourceLoader isn’t loading the <style> block of the wikibase.wbui2025.propertySelector.vue file.
Versions used: MediaWiki commit dc343d28bf; Wikibase see above; PHP 8.4.11-1 on Arch Linux (inside Apache httpd 2.4.63-3)


