mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(): add safe area cutouts (#15750)
* fix(): add safe area cutouts * fix(): adjust safe-area padding * fix(): safe area improvments * fix(): safe-area-improvments for padding * fix(): safe-area improvements for items * fix(): safe-area fix for core css * fix(): safe-area fix for list header * fix(): safe-area fix for popover * fix(): safe-area validates * chore(): ci updates * fix(): safe-area revert padding changes for now * padding is being applied twice * safe-area-left is applied to item
This commit is contained in:
@ -43,7 +43,7 @@ export class SplitPane implements ComponentInterface {
|
||||
* Can be a CSS media query expression, or a shortcut expression.
|
||||
* Can also be a boolean expression.
|
||||
*/
|
||||
@Prop() when: string | boolean = QUERY['md'];
|
||||
@Prop() when: string | boolean = QUERY['lg'];
|
||||
|
||||
/**
|
||||
* Emitted when the split pane is visible.
|
||||
|
||||
Reference in New Issue
Block a user