mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
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:
commit
e42b767589
@ -433,7 +433,7 @@ only loads when the top comes into view*/
|
|||||||
.DateHeader time {
|
.DateHeader time {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 12px 4px;
|
padding: 12px 4px;
|
||||||
width: 250px;
|
max-width: 350px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
display: block;
|
display: block;
|
||||||
color: var(--light-text-color);
|
color: var(--light-text-color);
|
||||||
|
Loading…
Reference in New Issue
Block a user