2022-08-30 13:37:16 +03:00
|
|
|
[data-testid="image"] {min-height: 512px !important}
|
2022-09-01 16:18:17 +03:00
|
|
|
* #body>.col:nth-child(2){
|
|
|
|
width:250%;
|
|
|
|
max-width:89vw
|
|
|
|
}
|
|
|
|
|
2022-09-03 11:07:17 +03:00
|
|
|
#increment_btn_minus {
|
|
|
|
align-self: center;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
#increment_btn_plus {
|
|
|
|
align-self: center;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
2022-08-30 13:37:16 +03:00
|
|
|
#prompt_input, #img2img_prompt_input {
|
|
|
|
padding: 0px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#prompt_row input,
|
|
|
|
#prompt_row textarea {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
line-height: 1.6rem;
|
|
|
|
}
|
|
|
|
|
2022-08-30 17:47:38 +03:00
|
|
|
input[type=number]:disabled { -moz-appearance: textfield; }
|
2022-08-30 13:37:16 +03:00
|
|
|
|
|
|
|
#generate, #img2img_mask_btn, #img2img_edit_btn {
|
|
|
|
align-self: stretch;
|
2022-08-30 16:33:27 +03:00
|
|
|
}
|
2022-08-31 16:34:50 +03:00
|
|
|
|
|
|
|
#gan_image {
|
|
|
|
width: 512px;
|
|
|
|
height: auto;
|
|
|
|
}
|
2022-09-01 16:18:17 +03:00
|
|
|
|
2022-09-24 22:58:50 +03:00
|
|
|
[id$="highlight"]{
|
2022-09-01 16:18:17 +03:00
|
|
|
font-size: 1.2rem
|
|
|
|
}
|
2022-09-24 22:58:50 +03:00
|
|
|
[id$="highlight"] .uppercase{
|
2022-09-01 16:18:17 +03:00
|
|
|
text-transform: initial;
|
|
|
|
|
|
|
|
}
|
2022-09-24 22:58:50 +03:00
|
|
|
[id$="highlight"] .textfield .textspan:nth-child(1){
|
2022-09-01 16:18:17 +03:00
|
|
|
font-size: 1.2rem
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Mobile fixes and styles */
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
/* rearrange the columns on mobile */
|
|
|
|
|
|
|
|
#body>.col:nth-child(2){
|
|
|
|
width:100%;
|
|
|
|
max-width:100vw;
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
#body>.col:nth-child(1){
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
#body>.col:nth-child(3){
|
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#txt2img_actions_row,
|
|
|
|
#txt2img_output_row{
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap-reverse;
|
|
|
|
}
|
|
|
|
/* fix buttons layouts */
|
|
|
|
|
2022-09-24 22:58:50 +03:00
|
|
|
}
|