aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-03 20:23:17 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-03 20:23:17 +0300
commit82cfc227d735c140447d5b8dca29a71ee9bde127 (patch)
tree0ef48db661a296313ddc6f4b87138f6bc0d00dae /style.css
parent8f96f9289981a66741ba770d14f3d27ce335a0fb (diff)
added licenses screen to settings
added footer removed unused inpainting code
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7296ce91..2116ec3c 100644
--- a/style.css
+++ b/style.css
@@ -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.