feat: add all-team filter to mh analysis

This commit is contained in:
hyunho
2026-03-30 10:22:12 +09:00
parent 8d0cc78abc
commit c9a93ea936
3 changed files with 110 additions and 72 deletions

View File

@@ -817,6 +817,20 @@ body {
flex-wrap: wrap;
}
.list-toolbar-group {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.list-toolbar-divider {
width: 1px;
align-self: stretch;
min-height: 36px;
background: #dbe2ea;
}
.list-mode-btn {
border: 1px solid #c7d2fe;
background: #eef2ff;