From b72861fc9848a474badac076951d5286a996d2e8 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 3 Jul 2017 17:18:26 -0700 Subject: Make responsive UI more flexy --- ui/responsive/app/app.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ui/responsive/app/app.js') diff --git a/ui/responsive/app/app.js b/ui/responsive/app/app.js index 1a63002e1..e7bde9605 100644 --- a/ui/responsive/app/app.js +++ b/ui/responsive/app/app.js @@ -93,12 +93,7 @@ App.prototype.render = function () { }), // panel content - h('.app-primary.flex-grow' + (transForward ? '.from-right' : '.from-left'), { - style: { - height: '380px', - width: '360px', - }, - }, [ + h('.app-primary.flex-grow' + (transForward ? '.from-right' : '.from-left'), [ h(ReactCSSTransitionGroup, { className: 'css-transition-group', transitionName: 'main', -- cgit