Harden detection result review
This commit is contained in:
@@ -998,6 +998,51 @@ section th {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.pagination-toolbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.65rem 1rem;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 0.85rem;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 7px;
|
||||
padding: 0.55rem 0.65rem;
|
||||
background: #f8fbf9;
|
||||
}
|
||||
|
||||
.pagination-summary,
|
||||
.pagination-actions,
|
||||
.pagination-page-size {
|
||||
display: flex;
|
||||
gap: 0.45rem;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pagination-summary span,
|
||||
.pagination-actions span,
|
||||
.pagination-page-size {
|
||||
color: var(--muted);
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.pagination-page-size select {
|
||||
width: auto;
|
||||
min-width: 4.5rem;
|
||||
margin: 0;
|
||||
padding: 0.35rem 1.65rem 0.35rem 0.45rem;
|
||||
}
|
||||
|
||||
.pagination-button {
|
||||
width: 2rem;
|
||||
min-width: 2rem;
|
||||
height: 2rem;
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.workbench-inspector .job-result,
|
||||
.workbench-inspector pre {
|
||||
max-height: 16rem;
|
||||
|
||||
Reference in New Issue
Block a user