diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2018-01-06 11:25:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 11:25:59 -0500 |
commit | 2ec9a75a1de70e8b53b58c05e64a4772e5709fa3 (patch) | |
tree | 002a1ad5f8e3c2ea208309fbe5c6af2a4d1b1eff | |
parent | fa92e88fb22e3754149bbafbe5e91ef8c067c006 (diff) | |
parent | da98c331616a3eb21cafb3e0b47caea359d082e4 (diff) |
Merge pull request #302 from KnzkDev/fix/search-popout
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; |