-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat-indicators.css
More file actions
37 lines (32 loc) · 764 Bytes
/
Copy pathchat-indicators.css
File metadata and controls
37 lines (32 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.chat-mode-indicator {
display: inline-block;
margin: 0 3px 0 0;
padding: 0 3px;
line-height: 1rem;
border: 1px solid #999;
border-radius: 3px;
background: rgba(0, 0, 0, 0.05);
}
.whisper-to * {
display: inline-block;
margin: 1px 3px 1px 0;
padding: 0 3px;
line-height: 1rem;
border: 1px solid #999;
border-radius: 3px;
background: rgba(0, 0, 0, 0.05);
}
#chat-log .message .message-header {
justify-content: space-between;
}
#chat-log .message .message-header .message-metadata {
flex: 0 0 auto;
margin-left: 1rem;
}
#chat-log .message .message-header .message-sender {
flex: 1 0 1px;
}
#chat-log .message .message-header .whisper-to {
line-height: 1rem;
margin-bottom: .5rem;
}