diff options
author | ncls7615 <himasoto@gmail.com> | 2018-01-06 21:50:11 +0900 |
---|---|---|
committer | ncls7615 <himasoto@gmail.com> | 2018-01-06 21:50:11 +0900 |
commit | da98c331616a3eb21cafb3e0b47caea359d082e4 (patch) | |
tree | 1e70a5b761659bd5d9d5e7f0a6df55c35e889479 | |
parent | 2eed4ace1147d08d29bf9fdd9692afb2871e1fd9 (diff) |
Fix search popout
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |