feat: clean v0.1 scope navigation

This commit is contained in:
OpenClaw Bot
2026-05-09 20:26:22 +02:00
parent b0835fd132
commit efb77d0bab
3 changed files with 95 additions and 46 deletions
+36
View File
@@ -1118,3 +1118,39 @@ body {
max-width: 100%;
}
}
.secondary-nav {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.85rem;
padding: 0.75rem 0.9rem;
border-style: dashed;
}
.secondary-nav p {
margin: 0.2rem 0 0;
color: #9fb0c9;
font-size: 0.9rem;
}
.active-secondary {
border-color: rgba(103, 232, 249, 0.55);
color: #e5fbff;
background: rgba(34, 211, 238, 0.12);
}
.infrastructure-panel {
border-style: dashed;
}
.infrastructure-panel .button-inline-row {
margin-top: 0.85rem;
}
@media (max-width: 720px) {
.secondary-nav {
align-items: stretch;
flex-direction: column;
}
}