0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 12:02:41 +00:00

Fixed a bug with saving while not logged in

This commit is contained in:
Scott Tolksdorf
2016-11-27 18:55:50 -05:00
parent 30942785d1
commit a634b76117
9 changed files with 37 additions and 32 deletions

View File

@@ -1,19 +1,16 @@
@import 'naturalcrit/styles/core.less';
.homebrew{
height : 100%;
height : 100%;
.page{
display : flex;
height : 100%;
display : flex;
height : 100%;
background-color : @steel;
flex-direction : column;
flex-direction : column;
.content{
position : relative;
height : calc(~"100% - 29px"); //Navbar height
flex : auto;
}
}
}