Fix hiding bot commands with disabled animations
This commit is contained in:
parent
177df2b5ef
commit
edcb0ae873
@ -226,7 +226,7 @@ export default class ChatInput {
|
|||||||
private botCommandsToggle: HTMLElement;
|
private botCommandsToggle: HTMLElement;
|
||||||
private botCommands: ChatBotCommands;
|
private botCommands: ChatBotCommands;
|
||||||
private botCommandsIcon: HTMLDivElement;
|
private botCommandsIcon: HTMLDivElement;
|
||||||
hasBotCommands: number;
|
private hasBotCommands: number;
|
||||||
|
|
||||||
// private activeContainer: HTMLElement;
|
// private activeContainer: HTMLElement;
|
||||||
|
|
||||||
|
@ -24,7 +24,10 @@
|
|||||||
animation: none !important;
|
animation: none !important;
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
|
|
||||||
|
@include animation-level(2) {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
|
}
|
||||||
|
|
||||||
.scrollable {
|
.scrollable {
|
||||||
background-color: var(--surface-color);
|
background-color: var(--surface-color);
|
||||||
|
Loading…
Reference in New Issue
Block a user