Adjustments for public share page, actions menu, view toggle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
c0648efe3a
commit
35ef2b2737
1 changed files with 14 additions and 0 deletions
|
@ -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…
Reference in a new issue