date_row: Expand padding around date reference.

This commit is contained in:
Karl Stolley 2023-06-08 16:01:11 -05:00 committed by Tim Abbott
parent ea1357be66
commit da09e003f6
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ $time_column_max_width: 150px;
text-align: right;
letter-spacing: 0.04em;
color: var(--color-date);
/* To match time in message row and date in recipient row. */
padding-right: 6px;
/* Right padding matches time in message row and date in recipient row. */
padding: 8px 6px 8px 4px;
}
}