From 35f4f2176292c5c8740948410a91cb947de55a06 Mon Sep 17 00:00:00 2001 From: otbenjello Date: Wed, 15 Nov 2023 16:35:51 +0100 Subject: [PATCH] login web --- lib/view/login/web/web_login_view.dart | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/lib/view/login/web/web_login_view.dart b/lib/view/login/web/web_login_view.dart index ceecf45..cfec9e7 100644 --- a/lib/view/login/web/web_login_view.dart +++ b/lib/view/login/web/web_login_view.dart @@ -76,7 +76,7 @@ class _WebLoginView extends State { body: SingleChildScrollView( child: SafeArea( child: Container( - padding: const EdgeInsets.symmetric(horizontal: 20), + padding: const EdgeInsets.symmetric(horizontal: 300), height: media.height, child: Column( crossAxisAlignment: CrossAxisAlignment.center, @@ -182,25 +182,7 @@ class _WebLoginView extends State { SizedBox( height: media.width * 0.04, ), - Row( - // crossAxisAlignment: CrossAxisAlignment., - children: [ - Expanded( - child: Container( - height: 1, - color: TColor.gray.withOpacity(0.5), - )), - Text( - " Or ", - style: TextStyle(color: TColor.black, fontSize: 12), - ), - Expanded( - child: Container( - height: 1, - color: TColor.gray.withOpacity(0.5), - )), - ], - ), + SizedBox( height: media.width * 0.04, ),