Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -53,6 +53,10 @@ table th:first-child {
|
|
| 53 |
margin-top: 8rem !important;
|
| 54 |
}
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
#component-34 {
|
| 57 |
flex: 0 0 1rem !important;
|
| 58 |
min-width: 8rem !important;
|
|
|
|
| 53 |
margin-top: 8rem !important;
|
| 54 |
}
|
| 55 |
|
| 56 |
+
.modebar > .modebar-group:nth-child(2) {
|
| 57 |
+
display: none !important;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
#component-34 {
|
| 61 |
flex: 0 0 1rem !important;
|
| 62 |
min-width: 8rem !important;
|