added time stamps

This commit is contained in:
pandadev 2024-07-05 14:15:56 +02:00
parent 15b6dd91a1
commit 2093ea7274
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
2 changed files with 125 additions and 61 deletions

View file

@ -89,7 +89,6 @@ body,
display: flex;
flex-direction: column;
padding-inline: 8px;
padding-top: 14px;
padding-bottom: 8px;
overflow-y: auto;
overflow-x: hidden;
@ -112,6 +111,15 @@ body,
background-color: $divider;
}
}
.time-separator{
font-size: 12px;
color: $text2;
font-family: SFRoundedSemiBold;
padding-left: 8px;
padding-bottom: 8px;
padding-top: 14px;
}
}
.content {