Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui-chimera
like
22
Runtime error
App
Files
Files
Community
4
dccafc7
freegpt-webui-chimera
/
client
/
css
/
field.css
monra
Synced repo using 'sync_with_huggingface' Github Action
f044b10
over 1 year ago
raw
Copy download link
history
blame
Safe
140 Bytes
.field
{
display
: flex;
align-items
: center;
padding
:
4px
;
}
@media
screen
and
(
max-width
:
990px
) {
.field
{
flex-wrap
: nowrap;
}
}