summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-11-28 18:35:26 +0100
committerYorhel <git@yorhel.nl>2020-11-28 18:35:28 +0100
commit327dff88ab35cce3000618d5fa43b684828207dc (patch)
tree5f80de7ebd467b8c5eb9c3a75a37331b8b475964 /data
parent27ed312624388edf76e312f7d7fc0171d3ab1bfd (diff)
AdvSearch: Add release resolution filter
Pretty much as described in https://vndb.org/t14995.2 Still needs autocompletion and autofocus.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index af633297..cefa4d70 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1144,7 +1144,7 @@ p.filselect i { font-style: normal }
.advsearch .advheader { box-sizing: border-box; background-color: $_blendbg$; padding: 3px; width: 100%; margin-bottom: 2px }
.advsearch .advheader > h3 { text-align: center; font-weight: bold; font-size: inherit; margin-bottom: 3px }
.advsearch .advheader .opts { display: flex; justify-content: space-between; align-items: flex-end }
-.advsearch .advheader .opts > * { margin: 0 }
+.advsearch .advheader .opts > * { margin: 0; white-space: nowrap }
.advsearch .advheader .opselect > * { display: inline-block; font-size: 18px; padding: 0 5px }
.advsearch input.submit { margin-top: 5px }