MeshFormer / style.css
NCJ's picture
copy from dev
57a1960 verified
raw
history blame contribute delete
No virus
634 Bytes
#model-3d-out {
height: 400px;
}
#disp_image {
text-align: center; /* Horizontally center the content */
}
.centered {
text-align: center; /* Horizontally center the content */
}
.centered img {
display: block; /* Make the image a block element */
margin: 0 auto; /* Center the block element (the image) horizontally */
height: 100px;
}
#prompt-container{
gap: 0;
}
#prompt-container .form{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#gen-button{
border-top-left-radius:0;
border-bottom-left-radius:0;
}
.tab_at_top button.selected{
font-size: 24px !important;
}