mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
WIP: styling for date separator
This commit is contained in:
parent
c06c15ed9e
commit
9c467d9149
@ -422,3 +422,17 @@ only loads when the top comes into view*/
|
||||
.GapView.isAtTop {
|
||||
padding: 52px 20px 12px 20px;
|
||||
}
|
||||
|
||||
.DateSeparator {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.DateSeparator > time {
|
||||
background-color: var(--background-color-primary--darker-10);
|
||||
border-radius: 16px;
|
||||
padding: 4px 16px;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user