mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
25 lines
405 B
CSS
25 lines
405 B
CSS
div.timeline-view {
|
|
overflow-y: scroll;
|
|
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
justify-content: space-between;
|
|
|
|
> div.timeline-beginning {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 1rem;
|
|
|
|
> button {
|
|
display: flex;
|
|
padding: .5rem 1rem;
|
|
gap: .5rem;
|
|
}
|
|
}
|
|
|
|
> div.timeline-list {
|
|
padding-bottom: 2rem;
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
}
|
|
}
|