Spaces:
Running
Running
openhands openhands commited on
Commit ·
5a51d1c
1
Parent(s): 443f738
Hide Alternative Agents nav item
Browse filesCo-authored-by: openhands <openhands@all-hands.dev>
- content.py +5 -0
content.py
CHANGED
|
@@ -556,6 +556,11 @@ span.wrap[tabindex="0"][role="button"][data-editable="false"] {
|
|
| 556 |
grid-column: 8 !important;
|
| 557 |
white-space: nowrap !important;
|
| 558 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
/* Divider line between header and category nav */
|
| 560 |
.nav-holder nav::after {
|
| 561 |
content: ''; /* Required for pseudo-elements to appear */
|
|
|
|
| 556 |
grid-column: 8 !important;
|
| 557 |
white-space: nowrap !important;
|
| 558 |
}
|
| 559 |
+
/* Hide the Alternative Agents page from the top-level nav for now. */
|
| 560 |
+
.nav-holder nav a[href*="alternative-agents"] {
|
| 561 |
+
display: none !important;
|
| 562 |
+
}
|
| 563 |
+
|
| 564 |
/* Divider line between header and category nav */
|
| 565 |
.nav-holder nav::after {
|
| 566 |
content: ''; /* Required for pseudo-elements to appear */
|