Fix authenticated City Analysis queries

This commit is contained in:
b0txec
2026-08-22 12:32:27 +03:00
parent 36d094ebdc
commit df911f14eb
6 changed files with 94 additions and 9 deletions
+4
View File
@@ -10,6 +10,10 @@
margin: 0;
}
.queryError {
margin-top: 16px;
}
.grid-view {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));