Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
ollama-webui
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
839d00b
ollama-webui
/
client
/
css
/
options.css
ruslanmv
First commit
d7738e9
8 months 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;
}
}