Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Make the plotly modebar horizontal
Browse files
style.css
CHANGED
@@ -109,7 +109,9 @@ table th:first-child {
|
|
109 |
min-width: 200px!important;
|
110 |
}
|
111 |
|
112 |
-
/*
|
113 |
.modebar-group {
|
114 |
-
display:
|
|
|
|
|
115 |
}
|
|
|
109 |
min-width: 200px!important;
|
110 |
}
|
111 |
|
112 |
+
/* make the plotly modebar horizontal */
|
113 |
.modebar-group {
|
114 |
+
display: flex;
|
115 |
+
flex-direction: row;
|
116 |
+
align-items: center;
|
117 |
}
|