From 9d3ad0d9a7f8976f8e299fdcd6d64e012a64c75f Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Wed, 11 Sep 2024 23:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D1=84?= =?UTF-8?q?=D0=BE=D1=80=D0=BC=D0=B5=20=D0=B2=D1=85=D0=BE=D0=B4=D0=B0/?= =?UTF-8?q?=D1=80=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/app.css | 4 ++++ resources/views/Login.vue | 12 ++++++------ resources/views/Register.vue | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index b4971e2..56ea6d5 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -23,6 +23,10 @@ } } +.min-width-btn { + min-width: 1px!important; +} + .nav-link:link { color: #4FDBFEFF!important; } diff --git a/resources/views/Login.vue b/resources/views/Login.vue index a0f0465..d647145 100644 --- a/resources/views/Login.vue +++ b/resources/views/Login.vue @@ -1,14 +1,14 @@