diff --git a/README.md b/README.md index c6db8fe..804d010 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ We moved our instances list to our webpage: https://www.halcyon.social/instances or read our new documentation pages to install it manually: https://www.halcyon.social/documentation.php?page=install ## Blog +- Release of Version 2.4.5 - Support for emoji categories,added links to admin panel,rewrite links to Invidious and Nitter at compose,bugfixes - Release of Version 2.4.4 - Option to rewrite all Twitter links to Nitter,click on animated GIF works like image now,full height for images option now works for animated GIF - Release of Version 2.4.3 - Fixed login,fixed YouPlay/Invidious embeds,fixed empty image placeholder when audio available,improved status template code - Release of Version 2.4.2 - Many bugfixes,add trending hashtags,add URL unshortener,redirect YouTube to Invidious,translation improvements,add Spanish translation diff --git a/assets/css/emojipicker.css b/assets/css/emojipicker.css index 4399252..febbdd7 100644 --- a/assets/css/emojipicker.css +++ b/assets/css/emojipicker.css @@ -5,6 +5,12 @@ width: 33px; height: 35px; cursor: pointer; } +.lsx-emojipicker-emoji p { +font-size:12px; +color:#66757F; +text-align:center; +border-bottom:1px solid #E6ECF0; +} .lsx-emojipicker-appender { position: relative; } @@ -42,7 +48,7 @@ ul.lsx-emojipicker-tabs li:HOVER { border-bottom: 3px solid #189EFC; } .lsx-emojipicker-tabs img.emoji { -margin: 5px 10px; +margin: 0; cursor: pointer; } .lsx-emojipicker-tabs img.emoji:HOVER, diff --git a/assets/js/autocomplete/search.js b/assets/js/autocomplete/search.js index bf8a928..3d52501 100644 --- a/assets/js/autocomplete/search.js +++ b/assets/js/autocomplete/search.js @@ -1,4 +1,5 @@ function searchlocalfill() { +if(current_search_history.length > 0) { var dropdown = $("