diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-11-06 07:12:53 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-11-06 07:12:53 +0000 |
commit | e5b4e3f820cd09e751f1d168ab05d606d078a0d9 (patch) | |
tree | 25042d5bc4bf826eadee4c73fc441b1f47f10fa3 /style.css | |
parent | a2a1a2f7270a865175f64475229838a8d64509ea (diff) | |
download | stable-diffusion-webui-gfx803-e5b4e3f820cd09e751f1d168ab05d606d078a0d9.tar.gz stable-diffusion-webui-gfx803-e5b4e3f820cd09e751f1d168ab05d606d078a0d9.tar.bz2 stable-diffusion-webui-gfx803-e5b4e3f820cd09e751f1d168ab05d606d078a0d9.zip |
add tags to extensions, and ability to filter out tags
list changed Settings keys in UI
do not print VRAM/etc stats everywhere but in calls that use GPU
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -563,6 +563,11 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h opacity: 0.5;
}
+.extension-tag{
+ font-weight: bold;
+ font-size: 95%;
+}
+
/* 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
|