diff options
author | Sj-Si <sjw.jetty@gmail.com> | 2024-01-18 17:13:09 +0000 |
---|---|---|
committer | Sj-Si <sjw.jetty@gmail.com> | 2024-01-18 17:13:09 +0000 |
commit | 50e444fa1d1c779b0c9c915e44ed2d78b587f277 (patch) | |
tree | 91e5a568a9155d8ddadeae7217791a46abec6fad /style.css | |
parent | f25c81a74462554890ac7327a30629b332db1084 (diff) | |
download | stable-diffusion-webui-gfx803-50e444fa1d1c779b0c9c915e44ed2d78b587f277.tar.gz stable-diffusion-webui-gfx803-50e444fa1d1c779b0c9c915e44ed2d78b587f277.tar.bz2 stable-diffusion-webui-gfx803-50e444fa1d1c779b0c9c915e44ed2d78b587f277.zip |
Fix missing important style.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ div.gradio-container{ }
.hidden{
- display: none;
+ display: none !important;
}
.compact{
|