Adjustments for public share page, actions menu, view toggle

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-12 19:51:19 +02:00
parent c0648efe3a
commit 35ef2b2737
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 14 additions and 0 deletions

View File

@ -966,6 +966,20 @@ table.dragshadow td.size {
}
}
/* Adjustments for public share page */
#body-public {
/* Position actions menu correctly below 3-dot-menu */
#filestable.view-grid:not(.hidden) tbody td .popovermenu {
left: -80px;
}
/* Right-align view toggle on public share page */
#view-toggle {
position: absolute;
right: 0;
}
}
/* Hide legacy Gallery toggle */
#gallery-button {
display: none;