Layout fixes
Mobile cleanup
Location right hand side
Moon style updated - again
This commit is contained in:
fraxle
2026-05-27 20:30:39 +01:00
parent 7a2a8dcb6f
commit 9b7089ca06
6 changed files with 57 additions and 36 deletions
+14 -4
View File
@@ -616,10 +616,10 @@
margin-bottom: 18px;
}
.utci-fetch-time {
text-align: left;
text-align: right;
font-size: 0.72rem;
opacity: 0.5;
margin: 0.70rem 0 0.4rem;
margin: 0.3rem 0 0;
letter-spacing: 0.03em;
}
@@ -810,16 +810,26 @@
align-items: center;
}
.utci-current-loc,
.utci-loc-coords,
.utci-fetch-time {
text-align: center;
}
.utci-search-wrap {
width: 100%;
}
.scope-ring {
width: 180px; /* smaller dial on mobile */
height: 180px;
width: 250px;
height: 250px;
margin: 0 auto;
}
.scope-env-row {
width: 250px;
}
/* Halve the hourly-table cell padding on mobile so more columns fit
in the viewport before the horizontal scrollbar kicks in. */
.utci-table th {