Merge pull request #1078 from vector-im/madlittlemods/accommodate-long-dates-in-date-headers

Accommodate long dates in sticky date headers
This commit is contained in:
R Midhun Suresh 2023-05-10 12:04:24 +05:30 committed by GitHub
commit e42b767589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);