Skip to content

Commit

Permalink
Merge pull request #4963 from matrix-org/joriks/room-list-gradient
Browse files Browse the repository at this point in the history
Add fade to show more button on room list
  • Loading branch information
jryans committed Jul 13, 2020
2 parents 2125293 + c9e231c commit 571209a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/rooms/_RoomSublist2.scss
Expand Up @@ -196,6 +196,8 @@ limitations under the License.
// as the box model should be top aligned. Happens in both FF and Chromium
display: flex;
flex-direction: column;

mask-image: linear-gradient(0deg, transparent, black 3px);
}

.mx_RoomSublist2_resizerHandles_showNButton {
Expand Down

0 comments on commit 571209a

Please sign in to comment.