From 601cf41108b4b583f87501ec0f81c2ba59925dca Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 14 Mar 2012 18:28:23 -0600 Subject: [PATCH] Fix bug where file-finder pushed editor up. For now, I'm removing the flexbox treatment of #app-vertical because the file finder just needs to overlay the bottom and absolute positioning is simpler. I'm also using requireStylesheet to load the file finders CSS instead of a link tag. --- index.html | 1 - src/atom/file-finder.coffee | 3 +-- src/atom/root-view.coffee | 9 +++------ static/atom.css | 25 +++++-------------------- static/file-finder.css | 11 +++++------ 5 files changed, 14 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index 85daac704..d4f8e43e2 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ -