From da98c331616a3eb21cafb3e0b47caea359d082e4 Mon Sep 17 00:00:00 2001 From: ncls7615 Date: Sat, 6 Jan 2018 21:50:11 +0900 Subject: Fix search popout --- app/javascript/flavours/glitch/styles/components/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/flavours/glitch') diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 1cda5343b..67c95eb93 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -3918,7 +3918,7 @@ border-radius: 0; } -.search-popout { +.drawer--search--popout { background: $simple-background-color; border-radius: 4px; padding: 10px 14px; -- cgit