Skip to content

Commit

Permalink
Share sheet improvements (external sharing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Scherm committed Jun 18, 2020
1 parent f0b2901 commit 9f50662
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/files_sharing/css/sharetabview.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,9 @@
align-items: center;
min-height : 50px;
position : relative;
}

.link-entry:not(:last-child) {
border-bottom: 1px solid #eee;
padding : 0 5px 0 5px;
background : #f8f8f8;
border-bottom: 1px solid #aaa;
}

.link-entry .socialShareContainer {
Expand Down Expand Up @@ -210,7 +209,7 @@
}

.link-entry--icon-button {
margin-left : 5px;
margin-left : 10px;
opacity : 0.333;
-webkit-transition: opacity 0.25s;
-moz-transition : opacity 0.25s;
Expand Down
10 changes: 10 additions & 0 deletions changelog/unreleased/37558
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Change: Share sheet improvements (external sharing)

Share Sheet for external shares was cleaned up a bit.

- Color of the separator line has the same color
- The padding of the icons has been enlarged
- A background color was inserted
- The padding of the content was increased on the left and right

https://github.com/owncloud/core/pull/37558

0 comments on commit 9f50662

Please sign in to comment.