feat: Add network icon to 'Network' card header

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Chris Frankland-Wright 2025-08-08 00:16:06 +01:00
parent 3374646de5
commit d4ff2568e3
2 changed files with 15 additions and 1 deletions

View file

@ -138,6 +138,17 @@ button:hover {
height: 40px;
}
.header-icon {
width: 40px;
height: 40px;
}
.card-header {
display: flex;
align-items: center;
gap: 15px;
}
.collapsible-content {
display: none;
padding: 20px;