mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
fix: show toggle grid view button with open sidebar
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
b3c19fbcfa
commit
7ece94626f
3 changed files with 4 additions and 4 deletions
|
|
@ -1286,7 +1286,7 @@ table.dragshadow td.size {
|
|||
margin: 0;
|
||||
padding: 22px;
|
||||
opacity: 0.5;
|
||||
position: fixed;
|
||||
float: right;
|
||||
right: calc(var(--default-grid-baseline) * 4);
|
||||
top: calc(var(--header-height) + var(--default-grid-baseline));
|
||||
z-index: 100;
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
color: var(--color-text-maxcontrast);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Deactivates the possiblility to checkmark or click on the encrypted folder
|
||||
tr[data-e2eencrypted="true"] {
|
||||
pointer-events: none;
|
||||
|
|
@ -1246,7 +1246,7 @@ table.dragshadow td.size {
|
|||
margin: 0;
|
||||
padding: 22px;
|
||||
opacity: .5;
|
||||
position: fixed;
|
||||
float: right;
|
||||
right: calc(var(--default-grid-baseline) * 4);
|
||||
top: calc(var(--header-height) + var(--default-grid-baseline));
|
||||
z-index: 100;
|
||||
|
|
|
|||
|
|
@ -1286,7 +1286,7 @@ table.dragshadow td.size {
|
|||
margin: 0;
|
||||
padding: 22px;
|
||||
opacity: 0.5;
|
||||
position: fixed;
|
||||
float: right;
|
||||
right: calc(var(--default-grid-baseline) * 4);
|
||||
top: calc(var(--header-height) + var(--default-grid-baseline));
|
||||
z-index: 100;
|
||||
|
|
|
|||
Loading…
Reference in a new issue