Server: Dropdown on mobile missing text next to icons

Created on 28 Nov 2016  ·  5Comments  ·  Source: nextcloud/server

Steps to reproduce

  1. Create a public shared folder
  2. Open link on mobile
  3. Open the "..." menu

Expected behaviour

⬇️ Download

Actual behaviour

⬇️

bildschirmfoto vom 2016-11-28 09-56-09

Happens on both, 10 and 11 beta/master.

@jancborchardt @nextcloud/designers

bug design files

Most helpful comment

If you only have this option why don't only display them instead of having that two steps solution?

All 5 comments

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 …)

Was this page helpful?
0 / 5 - 0 ratings