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);
overflow: hidden;
margin-bottom: 0.9rem;
min-width: 660px;
}
.usage-meter-fill {
height: 100%;
@@ -1071,6 +1072,9 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') {
gap: 0.55rem;
min-width: 0;
}
.usage-meter {
min-width: 0;
}
}
@media (max-width: 575.98px) {
.container {
@@ -1118,6 +1122,9 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') {
gap: 0.8rem;
min-width: 600px;
}
.usage-meter {
min-width: 600px;
}
.usage-metric .label-text { font-size: 0.64rem; }
.usage-metric .font-mono { font-size: 0.88rem; }
.usage-detail-line {