diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-06-03 10:55:35 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-06-03 10:55:35 +0000 |
commit | 7393c1f99c9e33871e8b4aaad45f2675e7b410af (patch) | |
tree | adda3c265b7307eb3bdab9337620adaadcbed35a /style.css | |
parent | 9d953c0e039cce2c9d8318de9b79a09e243d3e45 (diff) | |
download | stable-diffusion-webui-gfx803-7393c1f99c9e33871e8b4aaad45f2675e7b410af.tar.gz stable-diffusion-webui-gfx803-7393c1f99c9e33871e8b4aaad45f2675e7b410af.tar.bz2 stable-diffusion-webui-gfx803-7393c1f99c9e33871e8b4aaad45f2675e7b410af.zip |
Added sysinfo tab to settings
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -450,6 +450,16 @@ table.popup-table .link{ opacity: 0.75;
}
+#sysinfo_download a{
+ font-size: 24pt;
+ text-decoration: underline;
+}
+
+#sysinfo_validity{
+ font-size: 18pt;
+}
+
+
/* live preview */
.progressDiv{
position: relative;
|