File size: 634 Bytes
57a1960
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#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;
}