move app template handling to backend

This commit is contained in:
booploops 2022-02-21 20:51:03 -08:00
parent a5d02831bf
commit b305fdbdc3
3 changed files with 138 additions and 159 deletions

View file

@ -2739,7 +2739,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.wpfade_transform-enter,
.wpfade_transform-leave-to {
transform: scale(0.90);
transform: translateX(20px);
opacity: 0;
}