re-apply height hacks to work with new gradio

This commit is contained in:
AUTOMATIC
2022-10-15 12:54:23 +03:00
parent 4ed99d5996
commit e8729dd051
2 changed files with 10 additions and 10 deletions

View File

@@ -167,10 +167,6 @@ button{
align-self: stretch !important;
}
#img2maskimg .h-60{
height: 30rem;
}
.overflow-hidden, .gr-panel{
overflow: visible !important;
}
@@ -443,10 +439,6 @@ input[type="range"]{
--tw-bg-opacity: 0 !important;
}
#img2img_image div.h-60{
height: 480px;
}
#context-menu{
z-index:9999;
position:absolute;
@@ -521,3 +513,11 @@ canvas[key="mask"] {
.row.gr-compact{
overflow: visible;
}
#img2img_image, #img2img_image > .h-60, #img2img_image > .h-60 > div, #img2img_image > .h-60 > div > img,
img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h-60 > div > img
{
height: 480px !important;
max-height: 480px !important;
min-height: 480px !important;
}