added licenses screen to settings

added footer
removed unused inpainting code
This commit is contained in:
AUTOMATIC
2023-01-03 20:23:17 +03:00
parent 8f96f92899
commit 82cfc227d7
6 changed files with 427 additions and 234 deletions

View File

@@ -616,6 +616,17 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h
padding-bottom: 0.5em;
}
footer {
display: none !important;
}
#footer{
text-align: center;
}
#footer div{
display: inline-block;
}
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.