Added CSS to center the image in the txt2img interface

This commit is contained in:
James Pound 2022-09-09 12:12:44 -04:00 committed by hlky
parent f6aa2c64eb
commit 32a3c05af7

View File

@ -13,3 +13,6 @@
button[data-baseweb="tab"] { button[data-baseweb="tab"] {
font-size: 25px; font-size: 25px;
} }
.css-du1fp8 {
justify-content: center;
}