Fixed flex issue between 980 and 960 pixels width

This commit is contained in:
Shpuld Shpuldson 2017-04-13 17:01:18 +03:00
parent ff9142d7ab
commit f1764796e1
1 changed files with 8 additions and 5 deletions

View File

@ -213,18 +213,19 @@ nav {
}
.main {
flex: 1;
flex-basis: 65%;
flex-basis: 60%;
flex-grow: 1;
flex-shrink: 1;
}
.sidebar {
flex: 1;
flex-basis: 35%;
flex: 1;
flex-basis: 35%;
}
.sidebar-flexer {
flex: 1;
flex-basis: 35%;
flex-basis: 345px;
width: 365px;
}
@ -263,6 +264,8 @@ nav {
}
.sidebar-flexer {
max-height: 96vh;
flex-shrink: 0;
flex-grow: 0;
}
}