0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00
Files
homebrewery/client/homebrew/homebrew.less
2022-09-20 20:37:55 -05:00

20 lines
437 B
Plaintext

@import 'naturalcrit/styles/core.less';
.homebrew{
height : 100%;
.sitePage{
display : flex;
height : 100%;
background-color : @steel;
flex-direction : column;
overflow-y : hidden;
.content{
position : relative;
height : calc(~"100% - 29px"); //Navbar height
flex : auto;
overflow-y : hidden;
}
&.listPage .content {
overflow-y : scroll;
}
}
}