OpenGPT / client /css /typing.css
AchyuthGamer's picture
Update client/css/typing.css
cf27661
.typing {
position: absolute;
top: -25px;
left: 0;
font-size: 14px;
animation: show_popup 0.8s;
}
.typing-hiding {
animation: hide_popup 0.8s;
}
.typing-hidden {
display: none;
}