chat: Set timestamp CSS font-size: smaller;

This commit is contained in:
Richard Hansen 2021-11-01 01:38:40 -04:00
parent 51907015ed
commit 99b7bdd176

View file

@ -98,7 +98,12 @@
#chattext .time {
float: right;
font-style: italic;
font-size: .85rem;
/*
* 'smaller' is relative to the parent element, so if the parent has its own
* 'font-size: smaller' rule then the timestamp will become even smaller (as
* desired).
*/
font-size: smaller;
opacity: .8;
margin-left: 3px;
margin-right: 2px;