enhance(mobile): tweak panel height

pull/3360/head
leizhe 2021-11-26 20:06:11 +08:00
parent dc9ca3462b
commit 5b552b08a7
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.cp__palette {
--palettle-input-height: 64px;
--palettle-container-height: 70vh;
--palettle-container-height: 75vh;
&-main {
max-height: var(--palettle-container-height);

View File

@ -557,8 +557,9 @@
[:div.ui__modal
{:style {:z-index (if show? 9999 -1)
:top (when (or (mobile-util/native-iphone?)
(mobile-util/native-android?)
(and (util/mobile?) (util/ios?)))
60)}}
"22vh")}}
(css-transition
{:in show? :timeout 0}
(fn [state]