From 967e6a1b6369777ebe0e936b0d80ea4fa1b644d0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 May 2017 11:01:23 -0700 Subject: [PATCH] restore algolia footer, but drop the background image --- assets/scss/_algolia.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/scss/_algolia.scss b/assets/scss/_algolia.scss index f742fe8af7..4442637ab9 100644 --- a/assets/scss/_algolia.scss +++ b/assets/scss/_algolia.scss @@ -48,6 +48,7 @@ } .algolia-docsearch-suggestion--wrapper { + float: none !important; padding-top: 0 !important; } @@ -90,7 +91,21 @@ } .algolia-docsearch-footer { - display: none !important; + float: none !important; + width: auto !important; + height: auto !important; + padding: 10px 15px; + font-size: .875rem !important; + line-height: 1 !important; + color: #767676 !important; + } + + .algolia-docsearch-footer--logo { + display: inline !important; + overflow: visible !important; + color: inherit !important; + text-indent: 0 !important; + background: none !important; } .algolia-docsearch-suggestion--text { -- 2.47.2