0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 17:22:42 +00:00

Code cleanup

This commit is contained in:
Scott Tolksdorf
2016-05-04 02:32:12 -04:00
parent 4b482a8f0b
commit 5ba8489a42
3 changed files with 4 additions and 79 deletions

View File

@@ -2,7 +2,7 @@ var React = require('react');
var _ = require('lodash');
var cx = require('classnames');
var Statusbar = require('../statusbar/statusbar.jsx');
//var Statusbar = require('../statusbar/statusbar.jsx');
var PageContainer = require('../pageContainer/pageContainer.jsx');
var Editor = require('../editor/editor.jsx');
@@ -21,7 +21,7 @@ var Navbar = require('../navbar/navbar.jsx');
var KEY = 'naturalCrit-homebrew';
//var KEY = 'naturalCrit-homebrew';
var HomePage = React.createClass({

View File

@@ -27,65 +27,9 @@ html,body, #reactContainer{
flex: auto;
position: relative;
height: calc(~"100% - 29px");
//overflow-y: scroll;
.pane{
}
.woo{
background-color: @red;
}
.temp{
background-color: @green;
//max-height : 100%;
//height : 100%;
//overflow: scroll;
.tooBig{
background-color: @purple;
width : 50px;
height : 5000px;
}
}
}
}
/*
.paneSplit{
width : 100%;
height: 100vh;
//padding-top: 25px;
position: relative;
box-sizing: border-box;
overflow: hidden;
.leftPane, .rightPane{
display: inline-block;
vertical-align: top;
position: relative;
height: 100%;
min-height: 100%;
//margin-top: 25px;
}
.leftPane{
width : 40%;
}
.rightPane{
width : 60%;
height: 100%;
//overflow-y: scroll;
overflow: hidden;
}
}
*/
}