Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching from gallery view to list view not possible #2731

Closed
mediteran opened this issue Dec 17, 2016 · 3 comments
Closed

Switching from gallery view to list view not possible #2731

mediteran opened this issue Dec 17, 2016 · 3 comments
Labels
3. to review Waiting for reviews bug

Comments

@mediteran
Copy link

[###] Steps to reproduce

  1. Go to your NextCloud installation via public share link.
  2. Switch to gallery view.
  3. Try to switch back to list view.

Expected behaviour

There should be a visible button to switch back to list view.

Actual behaviour

No possibility to switch back to list view. Obviously, the button for list view is underneath the "download" button in the upper right corner. You should see this clearly in the following screenshot:

before

Server configuration

Operating system: Debian on web server

Database: SQLite

PHP version: 5.6

Nextcloud version: 10.0.2

Updated from an older Nextcloud/ownCloud or fresh install: fresh install

Where did you install Nextcloud from:

Client configuration

Browser: Firefox & Safari

Operating system: MacOS 10.8.5 & 10.10.5 & 10.11.4

Solution:

Go to: nextcloud/core/css/header.css
and in

.header-right {
position: absolute;
right: 0px;
padding: 7px 5px;
color: #fff;
height: 100%;
max-width: 80%;
white-space: nowrap;
box-sizing: border-box;
}

change "right: 0px;"
to: "right: 50px;"

Then it should look like this:

after

@tflidd
Copy link
Contributor

tflidd commented Dec 17, 2016

@nextcloud/designers

@MorrisJobke
Copy link
Member

This is an issue of the gallery app - cc @oparoz

@schiessle
Copy link
Member

Can reproduce, broken on stable10 but already fixed on stable11 and master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

No branches or pull requests

4 participants