mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
fix responsive issue
This commit is contained in:
parent
44fd6bce34
commit
b5e31c8fef
@ -10,7 +10,7 @@ def generate_html():
|
||||
.character-gallery {
|
||||
margin: 1rem 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(150px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
grid-column-gap: 0.4rem;
|
||||
grid-row-gap: 1.2rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user