2023-05-05 14:28:31 -04:00
|
|
|
nav.post-controls .actions button.cancel-streaming {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
article.streaming nav.post-controls .actions button.cancel-streaming {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-05-16 13:38:21 -04:00
|
|
|
|
|
|
|
.ai-bot-available-bot-options {
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
z-index: z("modal", "content") + 1;
|
|
|
|
transition: background-color 0.25s;
|
|
|
|
background-color: var(--secondary);
|
|
|
|
min-width: 150px;
|
|
|
|
|
|
|
|
.ai-bot-available-bot-content {
|
|
|
|
color: var(--primary-high);
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: var(--primary-low);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|