Update static/style.css
Browse files- static/style.css +9 -14
static/style.css
CHANGED
|
@@ -159,26 +159,21 @@ form#chatForm {
|
|
| 159 |
max-height: 1000px;
|
| 160 |
overflow: visible;
|
| 161 |
transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
|
|
|
|
|
|
|
| 162 |
}
|
| 163 |
|
| 164 |
-
#configPanel.minimal
|
| 165 |
-
|
| 166 |
-
padding-top: 0.5rem;
|
| 167 |
-
padding-bottom: 0.5rem;
|
| 168 |
-
opacity: 0.95;
|
| 169 |
-
}
|
| 170 |
-
|
| 171 |
-
#configPanel.expanded {
|
| 172 |
-
max-height: 1000px;
|
| 173 |
-
}
|
| 174 |
-
|
| 175 |
-
#configPanel.minimal .model-label {
|
| 176 |
display: none;
|
| 177 |
}
|
| 178 |
-
|
|
|
|
|
|
|
| 179 |
display: inline-block;
|
| 180 |
}
|
| 181 |
-
|
|
|
|
| 182 |
display: none;
|
| 183 |
}
|
| 184 |
|
|
|
|
| 159 |
max-height: 1000px;
|
| 160 |
overflow: visible;
|
| 161 |
transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
|
| 162 |
+
display: flex;
|
| 163 |
+
justify-content: space-around;
|
| 164 |
}
|
| 165 |
|
| 166 |
+
#configPanel.minimal .model-zone .model-label,
|
| 167 |
+
#configPanel.minimal .model-zone .dropdown {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
display: none;
|
| 169 |
}
|
| 170 |
+
|
| 171 |
+
#configPanel.minimal .model-zone .model-name,
|
| 172 |
+
#configPanel.minimal .model-zone .loader {
|
| 173 |
display: inline-block;
|
| 174 |
}
|
| 175 |
+
|
| 176 |
+
#configPanel.expanded .model-zone .model-name {
|
| 177 |
display: none;
|
| 178 |
}
|
| 179 |
|