fix(admin): enlarge mobile extend control and reset trial button to 46px

On mobile the extend input/button and the reset-trial button rendered at 36px, which felt cramped for touch. Bump them to 46px in the max-width:640px block.
This commit is contained in:
3252a8
2026-06-01 23:29:50 +03:00
parent 023ab375ec
commit 619a13128c
+5 -1
View File
@@ -4323,12 +4323,16 @@
.admin-extend-control .input,
.admin-extend-control .admin-btn {
height: 36px;
height: 46px;
}
.admin-extend-control .admin-btn {
border-width: 1px 0 0;
}
.admin-reset-trial-btn {
height: 46px;
}
}
/* Two-column variant of admin-form-row */