mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
client - mobile - Axis label font is scaled on small screens (#5512)
On phones or other small screens, the axis labels (especially x axis) were previously an unreadable jumble of too-close letters
This commit is contained in:
@@ -537,6 +537,11 @@ a, a:visited, a:link {
|
||||
}
|
||||
|
||||
@media (max-width: 750px) {
|
||||
.x.axis {
|
||||
font-size: 2.5vmin !important;
|
||||
}
|
||||
|
||||
|
||||
.bgStatus {
|
||||
width: 50%;
|
||||
padding: 0 0 20px 0;
|
||||
@@ -678,6 +683,10 @@ a, a:visited, a:link {
|
||||
#chartContainer {
|
||||
font-size: 14px;
|
||||
}
|
||||
.y.axis {
|
||||
font-size: 2.5vmin !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-height: 600px) {
|
||||
|
||||
Reference in New Issue
Block a user