Closed mboie closed 10 years ago
Wow. I was just trying to figure out how to use that travis build. I see it just does that automatically though. Very neat.
Please check this out @jdarnston
Looked through everything. Seems to be good as far as I can tell.
So I have made some adjustments to the editor page to fix some of the issues we talked about.
Width/Height Changes:
-- Header section is now a fixed height and the editor part's height expands vertically to fill rest of page. Should be the solution to the large screen bug.
-- The only time a vertical scroll bar shows up is if browser is shrunk enough to force the height of the editor portion below 400px.
-- Added min-widths to sections to prevent problems when people shrink the browser window
Other Changes:
-- Noticed the background on the editor page had a sliver of white at the bottom. Removed that.
-- Reformatted some of the code on the CSS/Blade pages so it was easier to read. Also removed some of the code for components that got removed along the way.