Browse Source
Merge pull request #36027 from nextcloud/bug/noid/toggle-grid-invisible-sidebar-open
fix: show toggle grid view button with open sidebar
pull/36040/head
Simon L
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
4 deletions
-
apps/files/css/files.css
-
apps/files/css/files.scss
-
apps/files/css/merged.css
|
|
|
@ -1284,7 +1284,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; |
|
|
|
@ -1248,7 +1248,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; |
|
|
|
|
|
|
|
@ -1284,7 +1284,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; |
|
|
|
|