Muhzilla doesn't support flex-flow or flex-wrap. #932 @VitP
This commit is contained in:
parent
ff054823ca
commit
b5fcd40e69
File diff suppressed because one or more lines are too long
@ -211,8 +211,8 @@ a[href="javascript:;"] {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-flow: column nowrap;
|
-webkit-flex-direction: column;
|
||||||
flex-flow: column nowrap;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
#settings > nav {
|
#settings > nav {
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
@ -657,8 +657,8 @@ a[href="javascript:;"] {
|
|||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-flow: column nowrap;
|
-webkit-flex-direction: column;
|
||||||
flex-flow: column nowrap;
|
flex-direction: column;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
@ -690,8 +690,8 @@ a[href="javascript:;"] {
|
|||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-flow: column nowrap;
|
-webkit-flex-direction: column;
|
||||||
flex-flow: column nowrap;
|
flex-direction: column;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: -1px 0;
|
margin: -1px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user