Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
monra/freegpt-webui
pikto
/
Elite-freegpt-webui
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c4738b1
Elite-freegpt-webui
/
client
/
css
/
options.css
pikto
Duplicate from monra/freegpt-webui
303442f
over 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;
}
}