diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-31 14:36:45 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-31 14:37:02 +0000 |
commit | 910a097ae2ed78a62101951f1b87137f9e1baaea (patch) | |
tree | 3157c84132729023031c42aebcba4ea9a964dbd1 /style.css | |
parent | 9b384dfb5c05129f50cc3f0262f89e8b788e5cf3 (diff) | |
download | stable-diffusion-webui-gfx803-910a097ae2ed78a62101951f1b87137f9e1baaea.tar.gz stable-diffusion-webui-gfx803-910a097ae2ed78a62101951f1b87137f9e1baaea.tar.bz2 stable-diffusion-webui-gfx803-910a097ae2ed78a62101951f1b87137f9e1baaea.zip |
add initial version of the extensions tab
fix broken Restart Gradio button
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -530,6 +530,26 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h min-height: 480px !important;
}
+/* Extensions */
+
+#extensions{
+ border-collapse: collapse;
+}
+
+#extensions td, #extensions th{
+ border: 1px solid #ccc;
+ padding: 0.25em 0.5em;
+}
+
+#extensions input[type="checkbox"]{
+ margin-right: 0.5em;
+}
+
+#tab_extensions button{
+ max-width: 16em;
+}
+
+
/* 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.
If you change anything above, you need to make sure it is RTL compliant by just running
@@ -607,4 +627,4 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section right: unset;
left: 0.5em;
}
-}
+}
\ No newline at end of file |