mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
Default to display: flex on view
This commit is contained in:
@ -13,8 +13,14 @@ ion-view,
|
|||||||
//display: none;
|
//display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
/*
|
||||||
|
TODO: This is probably not the most common case,
|
||||||
|
should be display flex first, then remove for special cases.
|
||||||
&.show-view {
|
&.show-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user