From 340f1e9149c6d648d1b4d107d992dad4fddcb627 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 15 Apr 2019 20:31:56 -0500 Subject: Compact the hashtag section of the search UI. Get rid of trending sections; they do not work properly on instances with less than 10,000 active users. --- app/javascript/flavours/glitch/styles/components/drawer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/flavours/glitch/styles') diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index 0068223b2..5ad78e0b6 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -229,7 +229,7 @@ } & > .hashtag { - display: block; + display: inline-block; padding: 10px; color: $secondary-text-color; text-decoration: none; -- cgit