Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
monra/freegpt-webui
kiddog
/
FreeChat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FreeChat
/
client
/
css
/
options.css
kiddog
Duplicate from monra/freegpt-webui
b83c8ba
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
.options-container
{
display
: flex;
flex-wrap
: wrap;
}
@media
screen
and
(
max-width
:
990px
) {
.options-container
{
justify-content
: space-between;
}
}