You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to your NextCloud installation via public share link.
Switch to gallery view.
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:
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
[###] Steps to reproduce
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:
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:
The text was updated successfully, but these errors were encountered: