Polish dataset catalog actions
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-19 04:33:18 +02:00
parent b4b157cd68
commit a0acc6cf09
7 changed files with 150 additions and 14 deletions
+37 -4
View File
@@ -1137,14 +1137,47 @@ button.entity-card {
margin-top: 0.7rem;
}
.dataset-card .button-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
.dataset-action-hint {
margin: 0.65rem 0 0;
color: #36524b;
font-size: 0.84rem;
line-height: 1.35;
}
.dataset-card .button-row button {
.dataset-card .button-row,
.dataset-action-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
gap: 0.5rem;
margin-top: 0.7rem;
}
.dataset-action-button {
display: grid;
gap: 0.12rem;
align-content: center;
width: 100%;
min-height: 3.25rem;
margin-top: 0;
text-align: left;
}
.dataset-action-button span,
.dataset-action-button small {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.dataset-action-button span {
font-weight: 850;
}
.dataset-action-button small {
font-size: 0.73rem;
font-weight: 750;
line-height: 1.2;
opacity: 0.78;
}
.button-row {