File tree Expand file tree Collapse file tree 9 files changed +29
-10
lines changed Expand file tree Collapse file tree 9 files changed +29
-10
lines changed Original file line number Diff line number Diff line change 33
33
}
34
34
35
35
.hljs {
36
- background : # 022f46 ;
36
+ background : # 333333 ;
37
37
}
38
38
39
39
pre code {
@@ -257,6 +257,10 @@ body.home layer#main ul {
257
257
list-style : none;
258
258
}
259
259
260
+ body .home # content {
261
+ margin-bottom : 20px ;
262
+ }
263
+
260
264
layer # main table li : not (: first-child ) {
261
265
padding-top : 10px ;
262
266
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " diffhtml-devtools " ,
3
- "version" : " 0. 1.0" ,
2
+ "name" : " diffHTML DevTools " ,
3
+ "version" : " 1.0.0.15 " ,
4
4
"description" : " Official diffHTML Chrome DevTools Extension" ,
5
5
"permissions" : [
6
6
" tabs" ,
23
23
" styles/**/*" ,
24
24
" node_modules/**/*" ,
25
25
" markup/*" ,
26
- " markup/**/*"
26
+ " markup/**/*" ,
27
+ " icons/*" ,
28
+ " icons/**/*"
27
29
],
30
+ "icons" : {
31
+ "16" : " icons/logo-16.png" ,
32
+ "48" : " icons/logo-48.png" ,
33
+ "128" : " icons/logo-128.png"
34
+ },
28
35
"devtools_page" : " markup/devtools.html" ,
29
36
"manifest_version" : 2 ,
30
37
"default_locale" : " en"
Original file line number Diff line number Diff line change 6
6
</ head >
7
7
< body >
8
8
< main id ="main ">
9
- < h1 id ="not-found "> Could not locate <±/> diffHTML < i onclick =" location.reload() " class =" icon sync " > </ i > </ h1 >
9
+ < h1 id ="not-found "> Could not locate < img src =" ../icons/logo-48.png " > < strong > diffHTML </ strong > </ h1 >
10
10
</ main >
11
11
12
12
<!-- Main entry -->
Original file line number Diff line number Diff line change @@ -99,10 +99,7 @@ const fadeIn = el => {
99
99
100
100
const render = ( ) => outerHTML ( main , html `< main id ="main " data-theme =${ state . theme } >
101
101
${ ! state . version && html `
102
- < h1 id ="not-found ">
103
- Could not locate <±/> diffHTML
104
- < i onclick =${ refresh } class ="icon sync"> </ i >
105
- </ h1 >
102
+ < h1 id ="not-found "> Could not locate < img src ="../icons/logo-48.png "> < strong > diffHTML</ strong > </ h1 >
106
103
` }
107
104
108
105
${ state . version && html `
Original file line number Diff line number Diff line change @@ -55,6 +55,13 @@ h1:first-child {
55
55
line-height : 100vh ;
56
56
}
57
57
58
+ # not-found img {
59
+ position : relative;
60
+ top : 17px ;
61
+ margin-left : 5px ;
62
+ margin-right : 5px ;
63
+ }
64
+
58
65
[data-theme = "dark" ] # not-found {
59
66
color : # FFF ;
60
67
background : transparent;
Original file line number Diff line number Diff line change 33
33
}
34
34
35
35
.hljs {
36
- background : # 022f46 ;
36
+ background : # 333333 ;
37
37
}
38
38
39
39
pre code {
@@ -257,6 +257,10 @@ body.home layer#main ul {
257
257
list-style : none;
258
258
}
259
259
260
+ body .home # content {
261
+ margin-bottom : 20px ;
262
+ }
263
+
260
264
layer # main table li : not (: first-child ) {
261
265
padding-top : 10px ;
262
266
}
You can’t perform that action at this time.
0 commit comments