Merge pull request #5085 from vector-im/luke/fix-separate-sender-profile

Alter opacity for flair
pull/5089/head
David Baker 2017-09-19 17:21:57 +01:00 committed by GitHub
commit 8fc69198b1
1 changed files with 9 additions and 1 deletions

View File

@ -45,7 +45,6 @@ limitations under the License.
.mx_EventTile .mx_SenderProfile {
color: $primary-fg-color;
opacity: 0.5;
font-size: 14px;
display: block; /* anti-zalgo, with overflow hidden */
overflow-y: hidden;
@ -57,6 +56,15 @@ limitations under the License.
line-height: 22px;
}
.mx_EventTile .mx_SenderProfile .mx_SenderProfile_name,
.mx_EventTile .mx_SenderProfile .mx_SenderProfile_aux {
opacity: 0.5;
}
.mx_EventTile .mx_SenderProfile .mx_Flair {
opacity: 0.7;
}
.mx_EventTile .mx_MessageTimestamp {
display: block;
visibility: hidden;