mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
16 lines
188 B
CSS
16 lines
188 B
CSS
.typing {
|
|
position: absolute;
|
|
top: -25px;
|
|
left: 0;
|
|
font-size: 14px;
|
|
animation: show_popup 0.4s;
|
|
}
|
|
|
|
.typing-hiding {
|
|
animation: hide_popup 0.4s;
|
|
}
|
|
|
|
.typing-hidden {
|
|
display: none;
|
|
}
|