summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-10-28 12:57:08 +0100
committerYorhel <git@yorhel.nl>2020-10-28 12:57:08 +0100
commitea84d8820b806a0258d89558922f5c86a4ae679f (patch)
tree00f9e44a3c5e6a3ea77189ee7ca4ad33ec6117fd /data
parent960946ac90a8da32953a4a21128d993f2049f8d1 (diff)
Advsearch: Abstract a bit for Set-type filters + improve UI
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index 34281daa..87625702 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1116,6 +1116,8 @@ p.filselect i { font-style: normal }
.advsearch { width: 90%; margin: 0 5%; }
.advsearch .quickselect { width: 100%; display: flex; justify-content: center }
.advsearch .quickselect > * { margin: 5px; width: 150px }
+.advsearch .advopts { box-sizing: border-box; background-color: $_blendbg$; padding: 3px; width: 100%; display: flex; justify-content: space-between }
+.advsearch .advopts > * { margin: 0 }