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
3 changed files with 45 additions and 3 deletions
+14
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;
}
}