Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,19 +189,22 @@ button:hover { background-color: #00aaff !important; }
|
|
| 189 |
color: #eee;
|
| 190 |
margin-top: 25px;
|
| 191 |
position: relative;
|
| 192 |
-
|
|
|
|
|
|
|
| 193 |
}
|
| 194 |
-
.
|
| 195 |
-
width:
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
}
|
|
|
|
| 205 |
.arrow-btn:hover { color: #ffffff; transform: scale(1.3); }
|
| 206 |
.use-btn { background-color:#66b3ff !important; color:#000 !important; font-weight:600 !important; border-radius:6px !important; padding:3px 8px !important; margin-left:5px;}
|
| 207 |
.use-btn:hover { background-color:#99ccff !important; }
|
|
|
|
| 189 |
color: #eee;
|
| 190 |
margin-top: 25px;
|
| 191 |
position: relative;
|
| 192 |
+
max-height: 150px;
|
| 193 |
+
overflow-y: auto;
|
| 194 |
+
overflow-x: hidden;
|
| 195 |
}
|
| 196 |
+
.suggestion-box .suggestion-text {
|
| 197 |
+
width: 100%;
|
| 198 |
+
text-align: center;
|
| 199 |
+
border: none;
|
| 200 |
+
background: none;
|
| 201 |
+
color: #eee;
|
| 202 |
+
font-weight: 500;
|
| 203 |
+
padding-top: 8px;
|
| 204 |
+
overflow-y: auto;
|
| 205 |
+
max-height: 120px;
|
| 206 |
}
|
| 207 |
+
|
| 208 |
.arrow-btn:hover { color: #ffffff; transform: scale(1.3); }
|
| 209 |
.use-btn { background-color:#66b3ff !important; color:#000 !important; font-weight:600 !important; border-radius:6px !important; padding:3px 8px !important; margin-left:5px;}
|
| 210 |
.use-btn:hover { background-color:#99ccff !important; }
|