Match usage meter scroll width

This commit is contained in:
seo
2026-06-26 01:45:01 +09:00
parent 1b9c3f377f
commit dc1ca50c11
+7
View File
@@ -1009,6 +1009,7 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') {
background: rgba(148, 163, 184, 0.22); background: rgba(148, 163, 184, 0.22);
overflow: hidden; overflow: hidden;
margin-bottom: 0.9rem; margin-bottom: 0.9rem;
min-width: 660px;
} }
.usage-meter-fill { .usage-meter-fill {
height: 100%; height: 100%;
@@ -1071,6 +1072,9 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') {
gap: 0.55rem; gap: 0.55rem;
min-width: 0; min-width: 0;
} }
.usage-meter {
min-width: 0;
}
} }
@media (max-width: 575.98px) { @media (max-width: 575.98px) {
.container { .container {
@@ -1118,6 +1122,9 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') {
gap: 0.8rem; gap: 0.8rem;
min-width: 600px; min-width: 600px;
} }
.usage-meter {
min-width: 600px;
}
.usage-metric .label-text { font-size: 0.64rem; } .usage-metric .label-text { font-size: 0.64rem; }
.usage-metric .font-mono { font-size: 0.88rem; } .usage-metric .font-mono { font-size: 0.88rem; }
.usage-detail-line { .usage-detail-line {