mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(datetime): reduce time presentation min height (#23771)
resolves #23690
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
--background: var(--ion-color-light, #ffffff);
|
||||
--background-rgb: var(--ion-color-light-rgb);
|
||||
--title-color: #{$text-color-step-400};
|
||||
}
|
||||
|
||||
:host(:not(.datetime-presentation-time)) {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
|
||||
@@ -14,13 +14,15 @@
|
||||
|
||||
flex-flow: column;
|
||||
|
||||
height: 100%;
|
||||
|
||||
background: var(--background);
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:host(:not(.datetime-presentation-time)) {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
:host(.datetime-size-fixed) {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user