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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user