aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSj-Si <sjw.jetty@gmail.com>2024-01-18 12:13:09 -0500
committerSj-Si <sjw.jetty@gmail.com>2024-01-18 12:13:09 -0500
commit50e444fa1d1c779b0c9c915e44ed2d78b587f277 (patch)
tree91e5a568a9155d8ddadeae7217791a46abec6fad /style.css
parentf25c81a74462554890ac7327a30629b332db1084 (diff)
Fix missing important style.
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 1090e436..57c52354 100644
--- a/style.css
+++ b/style.css
@@ -28,7 +28,7 @@ div.gradio-container{
}
.hidden{
- display: none;
+ display: none !important;
}
.compact{