Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ruslanmv/ollama-webui
RAHMAN00700
/
Rahmans_LLM-Chat
like
2
Sleeping
App
Files
Files
Community
1a1b743
Rahmans_LLM-Chat
/
client
/
css
/
options.css
ruslanmv
First commit
d7738e9
6 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;
}
}