diff --git a/docs/THIRDPARTY b/docs/THIRDPARTY index 6308010fa3..5af4d3fde8 100644 --- a/docs/THIRDPARTY +++ b/docs/THIRDPARTY @@ -118,6 +118,10 @@ Files: web/images/icons/search.svg Copyright: 2015-present Ionic (http://ionic.io/) License: Expat +Files: web/images/icons/close.svg +Copyright: 2013-2017 Cole Bemis (https://feathericons.com) +License: Expat + Files: tools/check-thirdparty Copyright: 2020 Kandra Labs, Inc. License: GPL-2.0+ diff --git a/web/styles/search.css b/web/styles/search.css index b4daaf039f..6aed91103f 100644 --- a/web/styles/search.css +++ b/web/styles/search.css @@ -27,7 +27,11 @@ .search_close_button { display: inline; - margin-right: 15px; + margin-right: 5px; + } + + .zulip-icon-close { + font-size: 15px; } } @@ -176,7 +180,7 @@ .navbar-search.expanded { .search_close_button { - margin-right: 14px; + margin-right: 5px; } } } diff --git a/web/templates/navbar.hbs b/web/templates/navbar.hbs index 30753c2480..de7487d985 100644 --- a/web/templates/navbar.hbs +++ b/web/templates/navbar.hbs @@ -24,7 +24,7 @@ autocomplete="off" aria-label="{{t 'Search' }}" title="{{t 'Search' }} (/)"> @@ -36,7 +36,7 @@ - +