From c7ac20ff659bce3dbde67ad5ee4923eab8f00528 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Wed, 2 Aug 2017 23:14:53 -0700 Subject: Finalize sidebar dimensions --- ui/app/main-container.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/app/main-container.js') diff --git a/ui/app/main-container.js b/ui/app/main-container.js index af722d100..b9f4902af 100644 --- a/ui/app/main-container.js +++ b/ui/app/main-container.js @@ -14,10 +14,6 @@ function MainContainer () { } MainContainer.prototype.render = function () { - - // 2. Fix responsive sizing - smaller - // https://puu.sh/x0gDA/5ff3b734eb.png - // // 3. summarize: // switch statement goes inside MainContainer, // or a method in renderPrimary -- cgit