about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorbeatrix <beatrix.bitrot@gmail.com>2018-01-06 11:25:59 -0500
committerGitHub <noreply@github.com>2018-01-06 11:25:59 -0500
commit2ec9a75a1de70e8b53b58c05e64a4772e5709fa3 (patch)
tree002a1ad5f8e3c2ea208309fbe5c6af2a4d1b1eff /app
parentfa92e88fb22e3754149bbafbe5e91ef8c067c006 (diff)
parentda98c331616a3eb21cafb3e0b47caea359d082e4 (diff)
Merge pull request #302 from KnzkDev/fix/search-popout
Fix search popout
Diffstat (limited to 'app')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss2
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;