fix: simplify dashboard and agents canvas panel

This commit is contained in:
lpf
2026-03-07 22:28:20 +08:00
parent a2f340b513
commit e3e1ab5586
3 changed files with 5 additions and 73 deletions

View File

@@ -332,25 +332,6 @@ html.theme-dark .brand-button {
border-radius: var(--radius-panel);
}
.topology-stream-panel {
left: 1rem;
right: 1rem;
bottom: 1rem;
height: 48vh;
}
@media (min-width: 768px) {
.topology-stream-panel {
left: auto;
right: 1rem;
top: 1rem;
bottom: 1rem;
width: 360px;
max-width: calc(100% - 2rem);
height: auto;
}
}
.rounded-xl {
border-radius: var(--radius-button) !important;
}