RobotNet/RobotNet.WebApp/Pages/RobotTrafficManager.razor.css
2025-10-15 15:15:53 +07:00

20 lines
357 B
CSS

.agent-preview {
width: 30%;
height: 100%;
border-left: 1px solid silver;
}
.paper-nodes {
padding: 5px;
border: 1px solid silver;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
max-width: 530px;
height: 200px;
}