Skip to content

Commit 0a85829

Browse files
authored
Merge pull request #36027 from nextcloud/bug/noid/toggle-grid-invisible-sidebar-open
fix: show toggle grid view button with open sidebar
2 parents d4a8cce + 2a24c05 commit 0a85829

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files/css/files.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
color: var(--color-text-maxcontrast);
9292
}
9393
}
94-
94+
9595
// Deactivates the possiblility to checkmark or click on the encrypted folder
9696
tr[data-e2eencrypted="true"] {
9797
pointer-events: none;
@@ -1248,7 +1248,7 @@ table.dragshadow td.size {
12481248
margin: 0;
12491249
padding: 22px;
12501250
opacity: .5;
1251-
position: fixed;
1251+
float: right;
12521252
right: calc(var(--default-grid-baseline) * 4);
12531253
top: calc(var(--header-height) + var(--default-grid-baseline));
12541254
z-index: 100;

apps/files/css/merged.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)