improve(ui): polish padding of the palette input

This commit is contained in:
charlie
2022-11-29 18:12:16 +08:00
parent 9faf5fd461
commit d7c93b7b2a

View File

@@ -231,6 +231,7 @@ html.is-mobile {
.ui__modal-panel .panel-content {
width: calc(98vw - 2rem);
padding-top: 24px;
padding-bottom: 0;
}
}