mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
17 lines
290 B
CSS
17 lines
290 B
CSS
#scheduled_messages_overlay_container {
|
|
.no-overlay-messages {
|
|
display: none;
|
|
|
|
&:only-child {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
#scheduled_message_indicator {
|
|
display: block;
|
|
margin-left: 10px;
|
|
font-style: italic;
|
|
color: hsl(0deg 0% 53%);
|
|
}
|