about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/ui/components/compose_panel.js
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2019-06-02 17:05:54 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-06-02 10:05:54 +0200
commitd93b82af87de90eaa29eb54a423722fb9fb45b38 (patch)
treef71fac86a9f0fed2c26615f757a869d285ae2609 /app/javascript/mastodon/features/ui/components/compose_panel.js
parent2e13f2ac44c688ad87474dc6451243e1c443a7d8 (diff)
Improvement variable height in single column layout (#10917)
* Improvement variable height of compose and navigation panel in single column layout

* Fix wrong quotes and missing commas
Diffstat (limited to 'app/javascript/mastodon/features/ui/components/compose_panel.js')
-rw-r--r--app/javascript/mastodon/features/ui/components/compose_panel.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/javascript/mastodon/features/ui/components/compose_panel.js b/app/javascript/mastodon/features/ui/components/compose_panel.js
index c456a6400..a05fbbe39 100644
--- a/app/javascript/mastodon/features/ui/components/compose_panel.js
+++ b/app/javascript/mastodon/features/ui/components/compose_panel.js
@@ -9,9 +9,6 @@ const ComposePanel = () => (
     <SearchContainer openInRoute />
     <NavigationContainer />
     <ComposeFormContainer />
-
-    <div className='flex-spacer' />
-
     <LinkFooter withHotkeys />
   </div>
 );