From 619a13128c4d163e4be1352b10147b3cacc25052 Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Mon, 1 Jun 2026 23:29:50 +0300 Subject: [PATCH] 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. --- frontend/src/styles/admin.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/admin.css b/frontend/src/styles/admin.css index 2604b6a..b33de09 100644 --- a/frontend/src/styles/admin.css +++ b/frontend/src/styles/admin.css @@ -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 */