CoolFace
Apppublic

Chn11/MeshFormer

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
style.css33 linesDownload Raw Back to root
1#model-3d-out {2    height: 400px;3} 4#disp_image {5    text-align: center; /* Horizontally center the content */6}7 8.centered {9    text-align: center; /* Horizontally center the content */10}11.centered img {12    display: block; /* Make the image a block element */13    margin: 0 auto; /* Center the block element (the image) horizontally */14    height: 100px;15}16 17#prompt-container{18    gap: 0;19}20#prompt-container .form{21    border-top-right-radius: 0;22    border-bottom-right-radius: 0;23}24 25#gen-button{26    border-top-left-radius:0;27    border-bottom-left-radius:0;28}29 30.tab_at_top button.selected{31    font-size: 24px !important;32}33