diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-11 12:17:27 +0000 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-11 12:17:27 +0000 |
commit | 7b1db45e1fda8603d4617affd976066be5e5b821 (patch) | |
tree | a871449cbcb86c1ce2b79c5725fb402f09a0f715 /style.css | |
parent | 1e18a5ffcc439b72adaaf425c0b79f3acb34322e (diff) | |
download | stable-diffusion-webui-gfx803-7b1db45e1fda8603d4617affd976066be5e5b821.tar.gz stable-diffusion-webui-gfx803-7b1db45e1fda8603d4617affd976066be5e5b821.tar.bz2 stable-diffusion-webui-gfx803-7b1db45e1fda8603d4617affd976066be5e5b821.zip |
images history improvement
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -463,3 +463,6 @@ input[type="range"]{ max-width: 32em;
padding: 0;
}
+.images-history-hidden{
+ display: none;
+}
\ No newline at end of file |