Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7b34a8

Browse files
committed
fix hint styles, file path to tutorials-list
1 parente9eeff9 commitf7b34a8

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

‎lib/components/Page/Hints/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var HintButton_1 = require('./HintButton');
66
varhelp_1=require('material-ui/svg-icons/action/help');
77
varstyles={
88
position:'relative',
9-
margin:'-5px 20px',
9+
margin:'0 20px -8px 20px',
1010
width:'360px',
1111
textAlign:'center',
1212
zIndex:'0',

‎lib/components/Page/ProgressBar/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
varReact=require('react');
33
varLinearProgress_1=require('material-ui/LinearProgress');
44
varstyle={
5-
height:'10px'
5+
height:'10px',
6+
zIndex:'10',
67
};
78
varProgressBar=function(_a){
89
vartaskPosition=_a.taskPosition,taskLength=_a.taskLength,completed=_a.completed;

‎lib/reducers/checks/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
varcheck_system_1=require('./check-system');
33
varstore_1=require('../../store');
4-
varcheck_1=require('../tutorials/check');
4+
varcheck_1=require('../tutorial-list/check');
55
varresult=function(x){returnx;};
66
functionallTrue(obj){
77
returnObject.values(obj).every(function(x){returnx===true;});

‎src/components/Page/Hints/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Help from 'material-ui/svg-icons/action/help';
66

77
conststyles={
88
position:'relative',
9-
margin:'-5px 20px',
9+
margin:'0 20px -8px 20px',
1010
width:'360px',
1111
textAlign:'center',
1212
zIndex:'0',

‎src/components/Page/ProgressBar/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import * as React from 'react';
22
importLinearProgressfrom'material-ui/LinearProgress';
33

44
conststyle={
5-
height:'10px'
5+
height:'10px',
6+
zIndex:'10',
67
};
78

89
constProgressBar:React.StatelessComponent<{

‎src/reducers/checks/verify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import{npmMinVersion,nodeMinVersion}from'./check-system';
22
importstorefrom'../../store';
3-
import{searchForTutorials}from'../tutorials/check';
3+
import{searchForTutorials}from'../tutorial-list/check';
44

55
constresult=x=>x;
66
functionallTrue(obj:Object):boolean{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp