re-apply Martins css changes (chrome flex bugfix)
This commit is contained in:
parent
ff026835bf
commit
2cbb2aa373
1 changed files with 4 additions and 0 deletions
|
@ -2087,6 +2087,7 @@ footer {
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.main-navigation a {
|
||||
|
@ -2295,6 +2296,7 @@ footer {
|
|||
.search {
|
||||
padding: 14px 2px 10px 10px;
|
||||
border-bottom: 1px solid rgba(240, 250, 255, .05);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.search-holder {
|
||||
|
@ -2415,6 +2417,7 @@ footer {
|
|||
margin: 0;
|
||||
list-style: none;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.user-menu > li {
|
||||
|
@ -4156,6 +4159,7 @@ footer {
|
|||
height: 60px;
|
||||
background: white;
|
||||
transition: margin 250ms;
|
||||
flex-shrink: 0;
|
||||
|
||||
&.is-closed {
|
||||
margin-bottom: -60px;
|
||||
|
|
Loading…
Reference in a new issue