Match usage meter scroll width
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user