mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
feat: integrate timezone support for message timestamps in chat and overlay components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user