增加导航栏

This commit is contained in:
dekun
2026-05-25 17:19:13 +08:00
parent 8117a1d71d
commit fdb9e9d568
3 changed files with 46 additions and 14 deletions
+24
View File
@@ -1298,6 +1298,26 @@ pre {
flex-shrink: 0;
}
.key-monitor-active-head {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.key-monitor-count {
font-size: 10px;
padding: 2px 8px;
min-width: 1.5rem;
text-align: center;
}
.key-monitor-active-list {
max-height: calc(8 * 52px + 7 * 8px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.key-monitor-row {
display: flex;
align-items: center;
@@ -1781,6 +1801,10 @@ body.matrix-theme {
font-size: 8px;
}
.key-monitor-active-list {
max-height: calc(8 * 48px + 7 * 8px);
}
.matrix-grid {
grid-template-columns: 1fr;
}