Minor CSS fine tuning in logger

This commit is contained in:
Raymond Hill 2023-01-05 09:17:24 -05:00
parent c95088f001
commit cfd8d144d0
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ body[dir="rtl"] #vwRenderer .logEntry > div > span:first-child {
text-decoration: line-through rgba(0,0,255,0.7);
}
#vwRenderer .logEntry > div > span:nth-of-type(3) {
font: 12px monospace;
font-family: monospace;
padding-left: 0.3em;
padding-right: 0.3em;
text-align: center;