Merge pull request #4963 from matrix-org/joriks/room-list-gradient

Add fade to show more button on room list
pull/21833/head
J. Ryan Stinnett 2020-07-13 20:21:48 +01:00 committed by GitHub
commit 571209afbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ limitations under the License.
// as the box model should be top aligned. Happens in both FF and Chromium // as the box model should be top aligned. Happens in both FF and Chromium
display: flex; display: flex;
flex-direction: column; flex-direction: column;
mask-image: linear-gradient(0deg, transparent, black 3px);
} }
.mx_RoomSublist2_resizerHandles_showNButton { .mx_RoomSublist2_resizerHandles_showNButton {