mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #36032 from nextcloud/backport/36027/stable25
[stable25] fix: show toggle grid view button with open sidebar
This commit is contained in:
commit
dc98de806c
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