revert panel padding since it breaks some other panels

pull/3360/head
leizhe 2021-11-19 13:03:10 +08:00
parent 4a9042e31c
commit ef7001becd
1 changed files with 3 additions and 3 deletions

View File

@ -512,9 +512,9 @@
:style (if (or (util/mobile?)
(mobile-util/is-native-platform?))
{:padding-top "2em"
:padding-left "0.5em"
:padding-right "0.5em"
:padding-bottom "1em"}
:padding-left "1em"
:padding-right "1em"
:padding-bottom "2em"}
{:padding "2em"})}
(modal-panel-content panel-content close-fn)])])