Add export history controls
This commit is contained in:
@@ -1075,7 +1075,7 @@ button.entity-card {
|
||||
}
|
||||
|
||||
.export-action-grid button {
|
||||
min-height: 3.2rem;
|
||||
min-height: 2.8rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -1087,6 +1087,27 @@ button.entity-card {
|
||||
background: var(--accent-soft);
|
||||
}
|
||||
|
||||
.export-history-controls {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(14rem, 1.2fr) minmax(10rem, 0.9fr) minmax(9rem, 0.8fr) auto;
|
||||
gap: 0.65rem;
|
||||
align-items: end;
|
||||
margin-top: 0.8rem;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
padding: 0.72rem;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.export-history-controls label {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.export-history-controls button {
|
||||
min-height: 2.35rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.list-limit-banner {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
@@ -1378,6 +1399,7 @@ button.entity-card {
|
||||
.quality-summary-grid,
|
||||
.quality-score-row,
|
||||
.export-action-grid,
|
||||
.export-history-controls,
|
||||
.inspector-action-bar,
|
||||
.list-limit-banner {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user