mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-nav-pane
This commit is contained in:
@@ -53,7 +53,7 @@ ion-tab {
|
||||
}
|
||||
}
|
||||
|
||||
ion-nav {
|
||||
ion-nav-pane {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@@ -67,6 +67,14 @@ ion-nav {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
display: none;
|
||||
|
||||
&.show-view {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-container {
|
||||
position: relative;
|
||||
min-height: 4.4rem;
|
||||
@@ -88,7 +96,6 @@ ion-navbar {
|
||||
&.show-navbar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ion-toolbar {
|
||||
|
||||
Reference in New Issue
Block a user