feat: integrate timezone support for message timestamps in chat and overlay components

This commit is contained in:
Yusuf İpek
2025-10-11 20:13:41 +03:00
parent d661e969d9
commit 693ee684ab
7 changed files with 192 additions and 5 deletions
+8
View File
@@ -1241,6 +1241,14 @@ main {
word-break: break-word;
}
.overlay__timestamp {
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.7);
font-weight: 400;
margin-left: auto;
white-space: nowrap;
}
.overlay__placeholder {
padding: 1rem 1.4rem;
border-radius: 12px;