mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
fix responsive issue
This commit is contained in:
parent
44fd6bce34
commit
b5e31c8fef
@ -10,7 +10,7 @@ def generate_html():
|
|||||||
.character-gallery {
|
.character-gallery {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
display: grid;
|
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-column-gap: 0.4rem;
|
||||||
grid-row-gap: 1.2rem;
|
grid-row-gap: 1.2rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user