fix(statistics): isolate mileage query scopes
This commit is contained in:
@@ -1070,6 +1070,10 @@ button, a { -webkit-tap-highlight-color: transparent; }
|
||||
.v2-mileage-results > footer button:hover:not(:disabled) { border-color: #a9bdd7; background: #f5f8fc; color: #315f9f; }
|
||||
.v2-mileage-results > footer button:disabled { opacity: .45; cursor: not-allowed; }
|
||||
.v2-mileage-mobile-list { display: none; }
|
||||
.v2-mileage-loading { display: flex; min-height: 210px; flex: 1; align-items: center; justify-content: center; gap: 10px; color: #52637a; }
|
||||
.v2-mileage-loading > div { display: flex; flex-direction: column; gap: 3px; }
|
||||
.v2-mileage-loading strong { color: #2c3d54; font-size: 12px; }
|
||||
.v2-mileage-loading small { color: #8491a3; font-size: 9px; }
|
||||
.v2-mileage-empty { display: grid; min-height: 210px; flex: 1; place-items: center; color: #8290a3; font-size: 12px; }
|
||||
.v2-mileage-evidence { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; color: var(--v2-muted); font-size: 9px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user