mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
12 lines
188 B
CSS
12 lines
188 B
CSS
#typing_notifications {
|
|
display: none;
|
|
margin-left: 10px;
|
|
font-style: italic;
|
|
color: hsl(0, 0%, 53%);
|
|
}
|
|
|
|
#typing_notification_list {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|