File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 24
24
top : 10px ;
25
25
}
26
26
27
+ .app__source-link {
28
+ position : absolute;
29
+ top : 0 ;
30
+ right : 0 ;
31
+ z-index : 10 ;
32
+ }
33
+
27
34
.pwa b ,
28
35
.serviceworker b {
29
36
display : inline-block;
187
194
.app__header h3 {
188
195
padding-left : 10px ;
189
196
}
190
-
191
- .app__source : active {
192
- outline : 1px solid # fff ;
193
- }
194
197
}
195
198
196
199
.page__notfound {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class App extends Component {
25
25
< Menu isMenuOpen = { showMenu } />
26
26
< Header callbackMenu = { this . callbackMenu } />
27
27
< div className = "app__container" >
28
- < a title = "Source" href = "https://github.com/code-kotis/pwa-codelabs" target = "_blank" rel = "noopener" >
28
+ < a className = "app__source-link" title = "Source" href = "https://github.com/code-kotis/pwa-codelabs" target = "_blank" rel = "noopener" >
29
29
< img className = "app__source" alt = "Source" src = { GitHub } />
30
30
</ a >
31
31
{ this . props . children }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class AppLike extends Component {
41
41
42
42
< b > Sample Manifest</ b >
43
43
44
- < Highlight lang = ' json' value = { manifestJson } />
44
+ < Highlight lang = " json" value = { manifestJson } />
45
45
46
46
< p > More about manifest in < a href = "https://w3c.github.io/manifest/" > W3C Specification</ a > .</ p >
47
47
@@ -51,7 +51,6 @@ class AppLike extends Component {
51
51
< div className = "offline__container" >
52
52
< img className = "" src = { manifest } alt = "Manifest File" />
53
53
</ div >
54
-
55
54
</ div >
56
55
) ;
57
56
}
You can’t perform that action at this time.
0 commit comments