diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-06-04 08:16:00 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-06-04 08:16:00 +0000 |
commit | aeba3cadd5efaa14fe06ef34df26903b5a778e49 (patch) | |
tree | 3dffd6050d12c653d2095aec53363edc1f655e84 /style.css | |
parent | cd7ec5f728d4f83ff847d2f3f4a434d094db54eb (diff) | |
download | stable-diffusion-webui-gfx803-aeba3cadd5efaa14fe06ef34df26903b5a778e49.tar.gz stable-diffusion-webui-gfx803-aeba3cadd5efaa14fe06ef34df26903b5a778e49.tar.bz2 stable-diffusion-webui-gfx803-aeba3cadd5efaa14fe06ef34df26903b5a778e49.zip |
add whitelist for environment in the report
add extra link to view the report instead of downloading it
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -450,8 +450,11 @@ table.popup-table .link{ opacity: 0.75;
}
-#sysinfo_download a{
+#sysinfo_download a.sysinfo_big_link{
font-size: 24pt;
+}
+
+#sysinfo_download a{
text-decoration: underline;
}
|