MessageTimestamp now has 12 hour prop

This commit is contained in:
Kieran Gould 2017-05-19 22:29:06 +01:00
parent 1ebe819aa2
commit cae62c8383
2 changed files with 17 additions and 18 deletions

View file

@ -94,7 +94,7 @@ limitations under the License.
*/
.mx_EventTile_selected .mx_EventTile_line {
border-left: $accent-color 5px solid;
padding-left: 60px;
padding-left: px;
background-color: $event-selected-color;
}
@ -263,8 +263,12 @@ limitations under the License.
cursor: pointer;
}
.mx_EventTile_e2eIcon_12hr {
padding-left: 5px;
.mx_EventTile_12hr .mx_EventTile_e2eIcon {
padding-left: 5px;
}
.mx_EventTile_12hr .mx_MessageTimestamp {
text-align: center;
}
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line,