style(frontend): login page styling touchup (#64)

This commit is contained in:
sct
2020-09-09 10:16:19 +09:00
committed by GitHub
parent 432ad76b3b
commit 6241d0cf78
8 changed files with 462 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ const PlexLoginButton: React.FC<PlexLoginButtonProps> = ({
}
};
return (
<span className="inline-flex rounded-md shadow-sm">
<span className="block w-full rounded-md shadow-sm">
<button
type="button"
onClick={() => getPlexLogin()}