Timeline window and initial back paging

This commit is contained in:
N-Pex 2020-11-11 17:35:14 +01:00
parent 854a5ec770
commit 6c563b1e51
4 changed files with 178 additions and 83 deletions

View file

@ -128,7 +128,7 @@ $chat-text-size: 0.7pt;
}
}
.sender {
.sender, .status {
font-family: 'Titillium Web', sans-serif;
font-weight: 300;
font-size: 15 * $chat-text-size;
@ -151,3 +151,12 @@ $chat-text-size: 0.7pt;
text-align: center;
color: #1c242a;
}
.statusEvent {
font-family: 'Titillium Web', sans-serif;
font-weight: 300;
font-size: 15 * $chat-text-size;
color: #1c242a;
text-align: center;
margin: 20px;
}