diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-25 23:22:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 23:22:05 -0500 |
commit | 92e9f69c8069644c544301a51fbbd351e799e99d (patch) | |
tree | 621bea652f78ab9e5b6850512ababeece243f908 /ext/bg/search.html | |
parent | c6c4631817247c44f788b1ffa2bc1d9f644802eb (diff) |
Popup style updates (#1066)
* Replace compactGlossaries option with new glossaryLayoutMode option
* Update attributes
* Update attributes
* Update color definitions
* Fix default theme scrollbar
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 3588d871..c0f98d8c 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en" data-yomichan-page="search"> +<html lang="en" data-page-type="popup"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> |