Fix mobile source inventory layout
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 02:08:00 +02:00
parent fdf3881592
commit 32cb71c807
4 changed files with 15 additions and 0 deletions
+9
View File
@@ -6926,6 +6926,15 @@ section {
}
@media (max-width: 640px) {
.source-catalog-panel .panel-title-row {
display: grid;
gap: 0.6rem;
}
.source-catalog-panel .panel-title-row .status-badge {
justify-self: start;
}
.source-domain-grid,
.source-catalog-grid,
.source-catalog-loaded,