diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-05 08:57:01 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-05 08:57:14 +0000 |
commit | 997461d3dd86f51c06ea0c2eff17ce8b8b48c0af (patch) | |
tree | b402765a18b49e66e37d90c99bf56ce0f6e0dc0f /style.css | |
parent | 01a1fee874e12eb68d849a31bbf177c69ff4cc22 (diff) | |
download | stable-diffusion-webui-gfx803-997461d3dd86f51c06ea0c2eff17ce8b8b48c0af.tar.gz stable-diffusion-webui-gfx803-997461d3dd86f51c06ea0c2eff17ce8b8b48c0af.tar.bz2 stable-diffusion-webui-gfx803-997461d3dd86f51c06ea0c2eff17ce8b8b48c0af.zip |
add footer with versions
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -628,6 +628,11 @@ footer { display: inline-block;
}
+#footer .versions{
+ font-size: 85%;
+ opacity: 0.85;
+}
+
/* 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
|