Update public/custom.css
Browse files- public/custom.css +5 -3
public/custom.css
CHANGED
|
@@ -95,7 +95,7 @@ button, .MuiButton-root {
|
|
| 95 |
box-shadow: 0 4px 16px var(--shadow-primary) !important;
|
| 96 |
transition: all 0.3s ease !important;
|
| 97 |
}
|
| 98 |
-
button[data-sidebar="rail"] {
|
| 99 |
background: transparent !important;
|
| 100 |
color: white !important;
|
| 101 |
border: none !important;
|
|
@@ -110,7 +110,7 @@ button:hover, .MuiButton-root:hover {
|
|
| 110 |
transform: translateY(-2px) !important;
|
| 111 |
box-shadow: 0 8px 24px var(--shadow-glow) !important;
|
| 112 |
}
|
| 113 |
-
button[data-sidebar="rail"]:hover {
|
| 114 |
transform: translateY(-2px) !important;
|
| 115 |
box-shadow: 0 2px 26px var(--shadow-glow) !important;
|
| 116 |
}
|
|
@@ -380,4 +380,6 @@ tr:hover td {
|
|
| 380 |
}
|
| 381 |
div#message-composer div:nth-child(2){margin-top:5px}
|
| 382 |
button#user-nav-button > span > span{background-color:transparent!important}
|
| 383 |
-
button#readme-button, button#theme-toggle, button#upload-button, div.watermark{display:none!important}
|
|
|
|
|
|
|
|
|
| 95 |
box-shadow: 0 4px 16px var(--shadow-primary) !important;
|
| 96 |
transition: all 0.3s ease !important;
|
| 97 |
}
|
| 98 |
+
button[data-sidebar="rail"],button[id^="step-"] {
|
| 99 |
background: transparent !important;
|
| 100 |
color: white !important;
|
| 101 |
border: none !important;
|
|
|
|
| 110 |
transform: translateY(-2px) !important;
|
| 111 |
box-shadow: 0 8px 24px var(--shadow-glow) !important;
|
| 112 |
}
|
| 113 |
+
button[data-sidebar="rail"]:hover,button[id^="step-"]:hover {
|
| 114 |
transform: translateY(-2px) !important;
|
| 115 |
box-shadow: 0 2px 26px var(--shadow-glow) !important;
|
| 116 |
}
|
|
|
|
| 380 |
}
|
| 381 |
div#message-composer div:nth-child(2){margin-top:5px}
|
| 382 |
button#user-nav-button > span > span{background-color:transparent!important}
|
| 383 |
+
button#readme-button, button#theme-toggle, button#upload-button, div.watermark{display:none!important}
|
| 384 |
+
div.max-w-\[600px\].h-\[400px\]{height:850px!important}
|
| 385 |
+
div.inline-plotly.js-plotly-plot{width:850px!important;height:800px!important}
|