diff options
| author | 2021-12-05 21:36:16 +0100 | |
|---|---|---|
| committer | 2021-12-05 21:36:16 +0100 | |
| commit | 5050b20ccaff8af68cad9ce27d3e47ad45b686df (patch) | |
| tree | e93d203e5cd09a6ac8941ca42fd688be4748917f /p/themes/base-theme | |
| parent | eb5b8054c572ead4a03df03ae9efd382c5d9a02f (diff) | |
Fix: search in mobile view (#4025)
* bring back the search in the nav bar
* fix the search input height
* line-heigt improved
Diffstat (limited to 'p/themes/base-theme')
| -rw-r--r-- | p/themes/base-theme/template.css | 2 | ||||
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 2a48abe6d..421660433 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -1366,7 +1366,7 @@ input:checked + .slide-container .properties { } - .item.search form { + header .item.search form { display: none; } diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 6eb52db32..19c27ddd7 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -1366,7 +1366,7 @@ input:checked + .slide-container .properties { } - .item.search form { + header .item.search form { display: none; } |
