Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui
like
58
Running
App
Files
Files
Community
4
9ca54c4
freegpt-webui
/
client
/
css
/
typing.css
monra
Refactor CSS and HTML
82b391b
over 1 year ago
raw
Copy download link
history
blame
Safe
188 Bytes
.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;
}