freegpt-webui / client /css /typing.css
Fernando22's picture
Duplicate from monra/freegpt-webui
29a2592
.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;
}