From ce39573618924e89052cb0a38e5580640097469a Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 14 May 2026 06:24:11 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20login-request-btn=20width=20after=20a?= =?UTF-8?q?=E2=86=92button=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/static/style.css b/app/static/style.css index 389860e..64c1d14 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1162,9 +1162,12 @@ button { .login-request-btn { display: block; + width: 100%; + box-sizing: border-box; text-align: center; margin-top: 1.1rem; padding: 0.68rem 1.2rem; + cursor: pointer; border-radius: 10px; border: 1px solid rgba(42,130,210,0.22); background: transparent;