Smaller font size on timestamp to better fit in the available space
Part of addressing vector-im/riot-web#4046 Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
469bb8fbc6
commit
3f04a42229
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ limitations under the License.
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: $event-timestamp-color;
|
color: $event-timestamp-color;
|
||||||
font-size: 11px;
|
font-size: 10px;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue