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/popup.html | |
parent | e3986196e13cdac60c3b6a4875e38305b7e47436 (diff) |
Search CSS updates (#1979)
* Update styles
* Limit the height of the query parser
Diffstat (limited to 'ext/popup.html')
-rw-r--r-- | ext/popup.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ext/popup.html b/ext/popup.html index 98ee7c45..5c9039f9 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -27,11 +27,13 @@ <span tabindex="-1" id="content-scroll-focus"></span> - <div class="scan-disable" id="query-parser-container" hidden> - <div class="search-option" id="query-parser-mode-container" hidden> - <select id="query-parser-mode-select"></select> + <div class="search-header"> + <div class="scan-disable scrollbar" id="query-parser-container" hidden> + <div class="search-option" id="query-parser-mode-container" hidden> + <select id="query-parser-mode-select"></select> + </div> + <div id="query-parser-content" lang="ja"></div> </div> - <div id="query-parser-content" lang="ja"></div> </div> <div id="dictionary-entries"></div> |