Merge pull request #2586 from szporwolik/dev_fix_dxcluster_qsy

[DX Cluster] Post 2.2 release fixes
This commit is contained in:
Joerg (DJ7NT)
2025-11-26 17:07:13 +01:00
committed by GitHub
3 changed files with 106 additions and 53 deletions

View File

@@ -421,13 +421,24 @@ table tbody tr.cat-nearest-above td {
text-align: center;
}
/* Responsive: At medium screens where Message is hidden, Entity fills remaining space */
@media (max-width: 1094px) and (min-width: 501px) {
.spottable {
table-layout: auto !important;
}
.spottable th:nth-child(10), .spottable td:nth-child(10) {
width: 100% !important;
min-width: 150px !important;
}
}
/* Responsive: On smallest screens, Entity column fills remaining space */
@media (max-width: 500px) {
.spottable {
table-layout: auto !important;
}
.spottable th:nth-child(10), .spottable td:nth-child(10) {
width: auto !important;
width: 100% !important;
min-width: 150px !important;
}
.spottable th:nth-child(1), .spottable td:nth-child(1) { width: 50px !important; } /* Age */