Spaces:
Running
Running
Anurag commited on
Commit ·
e79d3d4
1
Parent(s): 1c87ad6
Hide env-builder toolbar hint on narrow screens
Browse files- env-builder.html +4 -0
env-builder.html
CHANGED
|
@@ -734,6 +734,10 @@ body {
|
|
| 734 |
::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 4px; }
|
| 735 |
|
| 736 |
/* ── Responsive ── */
|
|
|
|
|
|
|
|
|
|
|
|
|
| 737 |
@media (max-width: 900px) {
|
| 738 |
:root { --panel-w: 280px; --sidebar-w: 180px; }
|
| 739 |
}
|
|
|
|
| 734 |
::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 4px; }
|
| 735 |
|
| 736 |
/* ── Responsive ── */
|
| 737 |
+
|
| 738 |
+
@media (max-width: 1100px) {
|
| 739 |
+
.toolbar-hint { display: none; }
|
| 740 |
+
}
|
| 741 |
@media (max-width: 900px) {
|
| 742 |
:root { --panel-w: 280px; --sidebar-w: 180px; }
|
| 743 |
}
|