Merge pull request #3152 from matrix-org/jryans/reactions-show-all

Limit reactions row on initial display
This commit is contained in:
J. Ryan Stinnett 2019-06-28 15:12:48 +01:00 committed by GitHub
commit 33425240f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 3 deletions

View file

@ -18,3 +18,17 @@ limitations under the License.
margin: 6px 0;
color: $primary-fg-color;
}
.mx_ReactionsRow_showAll {
text-decoration: none;
font-size: 10px;
font-weight: 600;
margin-left: 6px;
vertical-align: top;
&:hover,
&:link,
&:visited {
color: $accent-color;
}
}