Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AchyuthGamer/OpenGPT-old
brunodoti
/
OpenGPT
like
0
Runtime error
App
Files
Files
Community
f4314fb
OpenGPT
/
client
/
css
/
typing.css
AchyuthGamer
Update client/css/typing.css
cf27661
about 1 year ago
raw
Copy download link
history
blame
Safe
187 Bytes
.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;
}