diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-02 16:08:19 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-09 21:51:33 +0200 |
commit | c16c38638b4ce39f64add0d6e430a21e44d8ec01 (patch) | |
tree | 38bced13ba7e6fba514b8a63228e4f74cb25db30 /ext/mixed/css | |
parent | 8d56d6ffcb0f02e1edaf4193e182e95bfe7d22c5 (diff) |
hide search input in native popups
Diffstat (limited to 'ext/mixed/css')
-rw-r--r-- | ext/mixed/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 3a66cec3..62e62243 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -136,6 +136,10 @@ html:root[data-yomichan-page=float] .navigation-header:not([hidden])~.navigation margin-right: 0.2em; } +html:root[data-yomichan-page=search][data-search-mode=popup] .search-input { + display: none; +} + /* * Entries |