mirror of https://github.com/vector-im/riot-web
Use OpenType tabular numbers in timestamps
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
4db0d94fb6
commit
b02175793e
|
@ -17,4 +17,5 @@ limitations under the License.
|
||||||
.mx_MessageTimestamp {
|
.mx_MessageTimestamp {
|
||||||
color: $event-timestamp-color;
|
color: $event-timestamp-color;
|
||||||
font-size: $font-10px;
|
font-size: $font-10px;
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue