⬇️ Download
⬇️

Happens on both, 10 and 11 beta/master.
@jancborchardt @nextcloud/designers
If you only have this option why don't only display them instead of having that two steps solution?
Is there any other option than download? Otherwise I would really support @Espina2 proposal. The public pages need a redesign anyway 😅 For people, that never saw nextcloud, it is suboptimal.
The fix to show the wording again is in mobile.css:
Replace
@media only screen and (max-width: 768px)
#fileList a.action span
with
@media only screen and (max-width: 768px)
#fileList a.action:not(.menuitem) span
Fix is in #2410
If you only have this option why don't only display them instead of having that two steps solution?
see #1450
@Espina2 the existing issue for that is https://github.com/nextcloud/server/issues/1450 :)
(Ah just saw Morris already posted that …)
Most helpful comment
If you only have this option why don't only display them instead of having that two steps solution?