fix: broken simple queries

close #8900
This commit is contained in:
Tienson Qin
2023-03-27 15:26:17 +08:00
parent 0ae6fd4673
commit 3b959f349f
3 changed files with 40 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
}
.clauses-group {
@apply flex flex-row gap-1 flex-wrap items-center text-sm;
@apply flex flex-row gap-2 flex-wrap items-center text-sm;
}
a.query-clause, a.add-filter {
@@ -43,4 +43,13 @@
.filter-item select {
border: none;
}
.clause-bracket {
@apply text-4xl ml-1 font-thin opacity-30;
font-family: "Inter";
}
.query-clause-btn {
border-color: var(--ls-border-color);
}
}