Update app.py
Browse files
app.py
CHANGED
@@ -146,10 +146,10 @@ with gr.Blocks(css="""
|
|
146 |
.hide-container { max-height: 2px; position: fixed; min-height: 1px;}
|
147 |
.svelte-1gfkn6j {display:none;}
|
148 |
.gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
|
149 |
-
|
150 |
.padded.svelte-5y6bt2 {
|
151 |
|
152 |
-
border: none
|
153 |
background: none!important; padding: 0px!important; min-width:100%!important; max-width:101%!important;position:relative;right:0px;max-height:100%; }
|
154 |
.secondary.svelte-1137axg {
|
155 |
width: 200px;
|
|
|
146 |
.hide-container { max-height: 2px; position: fixed; min-height: 1px;}
|
147 |
.svelte-1gfkn6j {display:none;}
|
148 |
.gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
|
149 |
+
.padded.svelte-5y6bt2:hover { border:1px solid cyan;}
|
150 |
.padded.svelte-5y6bt2 {
|
151 |
|
152 |
+
border: none;
|
153 |
background: none!important; padding: 0px!important; min-width:100%!important; max-width:101%!important;position:relative;right:0px;max-height:100%; }
|
154 |
.secondary.svelte-1137axg {
|
155 |
width: 200px;
|