about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/drawer
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-13 11:41:06 -0600
committerDavid Yip <yipdw@member.fsf.org>2018-01-13 21:27:39 -0600
commit1e0b7070185b748e27a301acfc325bfb38be7b31 (patch)
tree3b1fab7e9afab41beea7202112a18fe280a75dcc /app/javascript/flavours/glitch/features/drawer
parent835eec8a4cbf8fa340241fc0bd83e07e8c19ef5d (diff)
Add the shrinking glitchy elefriend. #294.
Diffstat (limited to 'app/javascript/flavours/glitch/features/drawer')
-rw-r--r--app/javascript/flavours/glitch/features/drawer/index.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/features/drawer/index.js b/app/javascript/flavours/glitch/features/drawer/index.js
index c8eabb4f3..ba56f1a30 100644
--- a/app/javascript/flavours/glitch/features/drawer/index.js
+++ b/app/javascript/flavours/glitch/features/drawer/index.js
@@ -94,9 +94,12 @@ class Drawer extends React.Component {
           submitted={submitted}
           value={searchValue}
         />
-        <div {...drawerAttrs}>
+        <div className='contents'>
           <DrawerAccount account={account} />
-          <Composer />
+          <div className='drawer__inner'>
+            <Composer />
+            {multiColumn && <div className="mastodon mbstobon-bg-1" />}
+          </div>
           <DrawerResults
             results={results}
             visible={submitted && !searchHidden}