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
/
field.css
ruslanmv
First commit
d7738e9
6 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
.field
{
display
: flex;
align-items
: center;
padding
:
4px
;
}
@media
screen
and
(
max-width
:
990px
) {
.field
{
flex-wrap
: nowrap;
}
}