fix(web): show project icons beside project names

This commit is contained in:
2026-07-22 15:27:41 +08:00
parent 17dd9de401
commit 47c3ac60d5
4 changed files with 20 additions and 3 deletions

View File

@@ -465,6 +465,11 @@
font-weight: 700;
}
.project-title-icon .arco-icon,
.project-overview-icon .arco-icon {
font-size: 1.2em;
}
.channel-list {
display: grid;
gap: 4px;