Add date separators to buffer

Closes: https://todo.sr.ht/~emersion/gamja/5
This commit is contained in:
Simon Ser
2020-08-13 19:00:56 +02:00
parent bce216b7fb
commit 0f2d1c3e71
2 changed files with 54 additions and 6 deletions

View File

@@ -239,6 +239,17 @@ details summary {
color: #ec273e;
}
#buffer .date-separator {
display: flex;
align-items: center;
text-align: center;
}
#buffer .date-separator::before, #buffer .date-separator::after {
content: "";
flex: 1;
border-bottom: 1px solid #ddd;
}
#error-msg {
color: white;
background-color: red;