Skip to content

Commit 3595718

Browse files
committed
refactor(ui): remove icon from OpenClaw config cards
- Hide card icon (first letter circle) from config cards - Remove left visual anchor for cleaner look
1 parent d0f44b0 commit 3595718

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎web-ui/styles/openclaw-structured.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,10 @@
484484
gap: 10px;
485485
}
486486

487+
.openclaw-card-list .card-icon {
488+
display: none;
489+
}
490+
487491
.openclaw-card-list .card-leading {
488492
width: 100%;
489493
}

0 commit comments

Comments
 (0)