Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TNR-5/freegpt-webui
CofAI
/
chat.b4
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1ac61ba
chat.b4
/
client
/
css
/
options.css
ehristoforu
Duplicate from TNR-5/freegpt-webui
19cbe1d
about 2 years ago
raw
Copy download link
history
blame
Safe
158 Bytes
.options-container
{
display
: flex;
flex-wrap
: wrap;
}
@media
screen
and
(
max-width
:
990px
) {
.options-container
{
justify-content
: space-between;
}
}