I am currently on Nextcloud 17.0.2 this happens on all mobile phones with different browsers.
The text that I cannot upload files here doesn't fit to the button in the top right corner: So it doesn't seem to be right this way:


Could this be some polishing for 18 or 19?
cc @nextcloud/designers
Instead of showing the text directly, which is a bit in-your-face, we should:
cc @nextcloud/designers
for the reference: you can the find the message line here:
https://github.com/nextcloud/server/blob/a688f47a2f31ce59c40118f93503d19d268c3802/apps/files/templates/list.php#L8
And I suppose this is the part where it gets hidden or shown:
https://github.com/nextcloud/server/blob/a688f47a2f31ce59c40118f93503d19d268c3802/apps/files/js/filelist.js#L2268-L2289
Most helpful comment
Instead of showing the text directly, which is a bit in-your-face, we should:
cc @nextcloud/designers