Adjustments for public share page, actions menu, view toggle

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/11573/head
Jan-Christoph Borchardt 7 years ago
parent c0648efe3a
commit 35ef2b2737
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
  1. 14
      apps/files/css/files.scss

@ -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;

Loading…
Cancel
Save