mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Accommodate long dates in sticky date headers
Example: `Wednesday, November 16, 2022`
This commit is contained in:
parent
e77727ea59
commit
1686b3df07
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user