diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-10-09 14:32:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:32:56 -0400 |
commit | 0e4b769390ec88e609e862776dff2601227baaa5 (patch) | |
tree | f4da6e1735ab1533e6d3911770bf8bdc9f74be65 /ext/css/display.css | |
parent | e3986196e13cdac60c3b6a4875e38305b7e47436 (diff) |
Search CSS updates (#1979)
* Update styles
* Limit the height of the query parser
Diffstat (limited to 'ext/css/display.css')
-rw-r--r-- | ext/css/display.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/css/display.css b/ext/css/display.css index 58cd23eb..b82a09d5 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -568,7 +568,13 @@ button.sidebar-button.sidebar-button-highlight { /* Search page */ +.search-header { + display: flex; + flex-flow: column nowrap; + max-height: 100vh; +} #query-parser-container { + overflow-y: auto; padding-left: var(--entry-horizontal-padding); padding-right: var(--entry-horizontal-padding); padding-bottom: 0.25em; |