fix: compact sentinel dashboard mobile density

This commit is contained in:
Codex
2026-06-26 11:45:32 +00:00
parent d3fccec8b5
commit bab5e95f54
2 changed files with 61 additions and 5 deletions
@@ -457,6 +457,21 @@ select {
background: #eef7ff;
}
.runs-table tr.limit-row {
cursor: default;
}
.runs-table tr.limit-row:hover {
background: transparent;
}
.runs-table tr.limit-row td {
color: var(--muted);
font-size: 12px;
font-weight: 700;
text-align: center;
}
.runs-table td small {
display: block;
margin-top: 3px;
@@ -969,6 +984,10 @@ select {
border-bottom: 1px solid #edf0f4;
}
.runs-table tr.limit-row {
padding: 12px;
}
.runs-table td {
display: grid;
grid-template-columns: 82px minmax(0, 1fr);
@@ -985,6 +1004,16 @@ select {
text-transform: uppercase;
}
.runs-table tr.limit-row td {
display: block;
padding: 0;
text-align: left;
}
.runs-table tr.limit-row td::before {
content: none;
}
.run-identity div {
grid-template-columns: 54px minmax(0, 1fr);
}