diff options
author | Dave Arter <davea@mysociety.org> | 2017-11-27 11:42:50 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-11-27 13:48:09 +0000 |
commit | 068dc61ef58b7eab521c9a009f0554fdb98512ed (patch) | |
tree | 1548a2c8fc8c8ec6b010857313a0b73b2b8959ef /CHANGELOG.md | |
parent | 1eb9ecc877e4923616b03e596ea5692c7eef14a8 (diff) |
Remove intro text when showing location disambiguations
The intro header takes up a lot of vertical screen space, which on small
devices means that the suggestion links end up beneath the fold. This
can make it seem as though nothing has happened at all when you enter a
search term on the front page.
This commit removes the intro header if there are location suggestions,
and also shifts the second sentence of the help text to the bottom of
the list where it's more likely to be read.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad059b216..24109c75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Improve performance of various pages, especially front. #1903 - Don't show geolocation link on non-HTTPS pages. - More prominent "Hide pins" link on map pages, to aid reporting in busy areas. #525 + - Improve location disambiguation page on small screens. #1918 - Bugfixes - Shortlist menu item always remains a link #1855 - Fix encoded entities in RSS output. #1859 |