增加导航栏
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user