Explorar o código

fix: set valid pixel width for Google login button

unknown hai 2 días
pai
achega
336eeee4a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/Auth.vue

+ 1 - 1
src/pages/Auth.vue

@@ -305,7 +305,7 @@ function initGoogleLogin() {
       text: "continue_with",
       shape: "rectangular",
       logo_alignment: "left",
-      width: "100%"
+      width: "400"
     }
   );
 }