Accommodate long dates in sticky date headers

Example: `Wednesday, November 16, 2022`
This commit is contained in:
Eric Eastwood 2023-04-26 16:21:50 -05:00
parent e77727ea59
commit 1686b3df07

View File

@ -433,7 +433,7 @@ only loads when the top comes into view*/
.DateHeader time {
margin: 0 auto;
padding: 12px 4px;
width: 250px;
max-width: 350px;
padding: 12px;
display: block;
color: var(--light-text-color);